count
Astrotomic/php-twemoji
Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Counts all elements in an array or in a Countable object
Alias
sizeof
<?php count
(
Countable
|array
$value
,
int $mode
=
COUNT_NORMAL
):
int