Showing posts with label array. Show all posts
Showing posts with label array. Show all posts

Thursday, June 16, 2011

PHP array function

Check value exist in array
in_array($value_to_check, $array_to_check);
Check key exist in array
array_key_exists($key_to_check, $array_to_check);