潘伟健
2015-01-27 20:20
Strict standards: Only variables should be passed by reference in E:\XAMPP\wamp\www\fileManager\index.php on line 324
324行代码:
$ext=strtolower(end(explode(".",$val)));
$imageExt=array("gif","jpg","jpeg","png");
嗯 这是因为PHP5.4以后加入了严格校验,只有变量可以当作引用被传递
^-^...
WEB在线文件管理器
36235 学习 · 334 问题
相似问题