! ) 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
舉報
2015-05-06
php5.3以后的版本都會出現這問題,拆分這句$ext=strtolower(end(explode(".",$value)));
$arr=explode(".",$value);
$ext=strtolower(end($arr));
2015-02-12
這個錯誤怎么解決
2015-02-12