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_apply

Logo PHPCompatibility/PHPCompatibility PHPCompatibility/PHPCompatibility
Supported Versions: PHP 5 >= 5.1.0, PHP 7, PHP 8
Call a function for every element in an iterator
<?php iterator_apply(Traversable $iterator, callable $callback, ?array $args = null): int