array_keys in PHP

Syntax of array_keys array array_keys(array array[, mixed value[, bool strict]]) 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 … Read more