Warning: in_array() expects parameter 2 to be array, string given in D:wampwwwsuiji.php on line 2(示例
Posted a正东
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Warning: in_array() expects parameter 2 to be array, string given in D:wampwwwsuiji.php on line 2(示例相关的知识,希望对你有一定的参考价值。
同样是php版本问题:in_array()函数 第二个参数应该为数组
但是 lnmp下,PHP5.3不报错,wamp下PHP5.5报以下错误:
echo "<br>For in_array:"; $arrstr="weibhd1"; if(in_array("weibhd1",$arrstr)) { echo "ok!"; }else{ echo "no!"; }
( ! ) Warning: in_array() expects parameter 2 to be array, string given in D:\wamp\www\suiji.php on line 114 |
||||
Call Stack |
||||
# |
Time |
Memory |
Function |
Location |
1 |
0.0010 |
147376 |
{main}( ) |
..\suiji.php:0 |
2 |
0.0060 |
170912 |
in_array ( ) |
..\suiji.php:114 |
array!
以上是关于Warning: in_array() expects parameter 2 to be array, string given in D:wampwwwsuiji.php on line 2(示例的主要内容,如果未能解决你的问题,请参考以下文章
linux shell 脚本 和 tcn expec 混合的问题
No qualifying bean of type [org.springframework.data.jpa.repository.JpaRepository] is defined: expec