为了账号安全,请及时绑定邮箱和手机立即绑定

Strict Standards: Only variables should be passed by reference in C:\AppServ\www\shopImooc\lib\string.func.php on line 37 文件上传成功 为什么会老是提示这个


Strict Standards: Only variables should be passed by reference in C:\AppServ\www\shopImooc\lib\string.func.php on line 37
文件上传成功  为什么会老是提示这个

正在回答

1 回答

这是end函数造成的,正确代码改成如下:function getExt($filename){
   $tmp=explode(".",$filename);
   return strtolower(end($tmp));
},也就是说把间接改成直接就不会提示了。

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
手把手教你实现电商网站后台开发
  • 参与学习       117284    人
  • 解答问题       1999    个

手把手教你用PHP搭建电子商务平台,由浅入深教你搭建电商系统

进入课程

Strict Standards: Only variables should be passed by reference in C:\AppServ\www\shopImooc\lib\string.func.php on line 37 文件上传成功 为什么会老是提示这个

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信