March 2002
Intermediate to advanced
528 pages
21h 29m
English
array_keys
array array_keys(arrayarray[, mixedvalue])
Returns an array containing all of the keys in the given array. If
the second parameter is provided, only keys whose values match
value are returned in the array.