! ) Strict standards: Only variables should be passed by reference in D:\wamp\www\index2.php on line 148 Call Stack
?! )?Strict standards: Only variables should be passed by reference in D:\wamp\www\index2.php on line?148
Call Stack
?! )?Strict standards: Only variables should be passed by reference in D:\wamp\www\index2.php on line?148
Call Stack
2015-02-12
舉報(bào)
2015-05-06
php5.3以后的版本都會(huì)出現(xiàn)這問(wèn)題,拆分這句$ext=strtolower(end(explode(".",$value)));
$arr=explode(".",$value);
$ext=strtolower(end($arr));
2015-02-12
這個(gè)錯(cuò)誤怎么解決
2015-02-12