Home  >  Article  >  Backend Development  >  is_array( )函数?该如何处理

is_array( )函数?该如何处理

WBOY
WBOYOriginal
2016-06-13 12:36:12707browse

is_array( )函数?
http://docs.php.net/manual/zh/function.in-array.php


<br />
<?<br />
      $x=array(1,2,3);<br />
      $y=is_array(1,$x);<br />
      echo $y;<br />
?><br />


php程序,为什么出错?

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn