ALIAS
cnt()
ShortPHP reference for count().
Signature
count(Countable|array $value, int $mode = COUNT_NORMAL): int
Example
cnt(...);PHP equivalent
count() is the canonical PHP function. ShortPHP provides cnt() as the convenience alias.
Extension: Core