当前位置:Gxlcms > PHP教程 > 奇怪的数组问题

奇怪的数组问题

时间:2021-07-01 10:21:17 帮助过:2人阅读

private function defaults(){
    return array(
        'allowFileManager' => true,
        'allowMediaUpload' => true,
        'allowFlashUpload' => true,
        'allowImageUpload' => true,
        'shadowMode' => false,
        'width' => '100%',
        'height' => '350px',
        'uploadJson' => 'test',
    );
}
print_r($this->defaults());exit;


打印处来uploadJson为毛是空, 如果把uploadJson 名字换下 是没问题的

回复内容:

private function defaults(){
    return array(
        'allowFileManager' => true,
        'allowMediaUpload' => true,
        'allowFlashUpload' => true,
        'allowImageUpload' => true,
        'shadowMode' => false,
        'width' => '100%',
        'height' => '350px',
        'uploadJson' => 'test',
    );
}
print_r($this->defaults());exit;


打印处来uploadJson为毛是空, 如果把uploadJson 名字换下 是没问题的

http://3v4l.org/4iPth ,书读的少不要骗我啦,其实肯定还是你其他代码的原因,仔细找找咯。

人气教程排行