| Function Name: |
array_search |
| Function Versions: |
PHP 4 >= 4.0.5, PHP 5 |
| Function Description: |
array_search Searches the array for a given value and returns the corresponding key if successful |
| Return: |
mixed |
| Function Arguments: |
mixed needle, array haystack [, bool strict] |
|