February 2013
Intermediate to advanced
538 pages
20h 55m
English
array_keys
array array_keys(arrayarray[, mixedvalue[, boolstrict]])
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. If
strict is specified and is true, a matched element is returned only
when it is of the same type and value as
value.
Read now
Unlock full access