ALIAS
keys()
ShortPHP reference for array_keys().
Signature
array_keys(array $array, mixed $filter_value = null, bool $strict = false): array
Example
keys(...);PHP equivalent
array_keys() is the canonical PHP function. ShortPHP provides keys() as the convenience alias.
Extension: Core