|
array_searchSearches the array for a given value and returns the first corresponding key if successful Description
mixed array_search
( mixed
$needle
, array $haystack
[, bool $strict = false
] )
Searches Parameters
Return Values
Returns the key for
If Warning
This function may
return Boolean Changelog
Examples
Example #1 array_search example
<?php See Also
|