ALIAS

vals()

ShortPHP reference for array_values().

Signature

array_values(array $array): array

Example

vals(...);

PHP equivalent

array_values() is the canonical PHP function. ShortPHP provides vals() as the convenience alias.

Extension: Core

Official PHP manual ↗

Reference navigation

Previous: reduce()

Next: b64d()

Back to reference