App下载

demo_func_array_search2 在线工具

demo_func_array_search2 在线工具

<?php
$a=array("a"=>"5","b"=>5,"c"=>"5");
echo array_search(5,$a,true);
?>
运行结果