iterator_apply
(PHP 5 >= 5.1.0)
iterator_apply — Apply a user function to every element of an iterator
Список параметров
-
iterator
-
The class to walk through.
-
function
-
The callback function to call on every element.
-
args
-
Arguments to pass to the callback function.
Возвращаемые значения
Returns the iteration count.
Смотрите также
- array_walk() - Применить пользовательскую функцию к каждому члену массива