标签:class blog code http com strong
array_search
(PHP 4 >= 4.0.5, PHP 5)
mixed array_search ( mixed $needle
, array $haystack
[, bool $strict
] )
在数组中搜索给定的值,如果成功则返回相应的键名
这个函数某种意义上能够和in_array 起到一定的作用的,当你能查找到值想对应的键名的
时候,通过if进行判断,这就是真
标签:class blog code http com strong
原文地址:http://www.cnblogs.com/sunxun/p/3806547.html