PHP in_array and array_keys

The PHP function in_array is a really handy way to check if a value is in an array. Combine with array_keys to check if a value is in the array keys.

Leave a Reply