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.
PHP in_array and array_keys
44
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.