Official ZPE/YASS documentationassociative_array_get_keys
associative_array_get_keys (associative_array a) ⇒ list
Returns a set of all keys contained in the associative array, a.
Alternative function names: map_get_keys
First available: Version 1.3.4
Notes
Version 1.4.2 dropped the alternative name assoc_get_keys
and added the map_get_keys
alternative name.
There are no comments on this page.