|
RecursiveArrayIterator::getChildren(PHP 5 >= 5.1.0) RecursiveArrayIterator::getChildren — Returns an iterator for the current entry if it is an array or an object. ОписаниеReturns an iterator for the current iterator entry. Список параметровУ этой функции нет параметров. ОшибкиAn InvalidArgumentException will be thrown if the current entry does not contain an array or an object. Примеры
Пример #1 RecursiveArrayIterator::getChildren() example
<?php Результат выполнения данного примера: No children. No children. a : apple p : pear Смотрите также
|
|