$keys Returns the array of keys of a hash |
Usage |
<array> $keys(<hash_value:hash>) |
Description |
Returns an array with the keys of the <hash> parameter. <hash> must be obviously a hash (or eventually an empty variable that is treated as an empty hash). |
See also |
foreach |