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

! ) 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


正在回答

3 回答

php5.3以后的版本都会出现这问题,拆分这句$ext=strtolower(end(explode(".",$value)));

$arr=explode(".",$value);

$ext=strtolower(end($arr));

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

这个错误怎么解决

0 回复 有任何疑惑可以回复我~
//得到文件扩展名
			$ext=strtolower(end(explode(".",$value)));
			$imageExt=array("gif","jpg","jpeg","png");
			if(in_array($ext,$imageExt)){
				?>	
				<a href="#"  onclick="showDetail('<?php echo $value;?>','<?php echo $p;?>')"><img class="small" src="images/show.png"  alt="" title="查看"/></a>|
		<?php 
			}else{
		?>
		<a href="index2.php?act=showContent&path=<?php echo $path;?>&filename=<?php echo $p;?>" ><img class="small" src="images/show.png"  alt="" title="查看"/></a>|
		<?php }?>


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

举报

0/150
提交
取消

! ) Strict standards: Only variables should be passed by reference in D:\wamp\www\index2.php on line 148 Call Stack

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