manual for in_array | search for "in_array"
Manual © 2001-2013 The PHP Group
in_array
Description
bool in_array ( mixed needle, array haystack [, bool strict])Searches haystack for needle and returns TRUE if it is found in the array, FALSE otherwise.
If the third parameter strict is set to TRUE then the in_array() function will also check the types of the needle in the haystack.
Note: If needle is a string, the comparison is done in a case-sensitive manner.
Note: In PHP versions before 4.2.0 needle was not allowed to be an array.
See also array_search(), array_key_exists(), and isset().
© 2013 phparadise | go to the top | search phparadise | generated in 0.039 seconds
3 hits by 3 users in the last 30 minutes.