Logo

SPL Functions

class_implements class_parents class_uses iterator_apply iterator_count iterator_to_array spl_autoload spl_autoload_call spl_autoload_extensions spl_autoload_functions spl_autoload_register spl_autoload_unregister spl_classes spl_object_hash spl_object_id

iterator_count

Logo symfony/var-dumper symfony/var-dumper
Supported Versions: PHP 5 >= 5.1.0, PHP 7, PHP 8
Count the elements in an iterator
<?php iterator_count(Traversable|array $iterator): int