array_keys() returns the keys, numeric and
string, from the array
.
If the optional search_value
is specified,
then only the keys for that value are returned. Otherwise, all
the keys from the array
are returned.