简单教程
提交运行
代码编辑器:
<?php $a = array("a"=>"5","b"=>5,"c"=>"5"); echo array_search(5,$a,true);
运行结果: