|
RecursiveArrayIterator::hasChildren(PHP 5 >= 5.1.0) RecursiveArrayIterator::hasChildren — Returns whether current entry is an array or an object. Описание
public bool RecursiveArrayIterator::hasChildren
( void
)
Returns whether current entry is an array or an object for which an iterator can be obtained via RecursiveArrayIterator::getChildren(). Список параметровУ этой функции нет параметров. Возвращаемые значенияReturns TRUE if the current entry is an array or an object, otherwise FALSE is returned. Примеры
Пример #1 RecursiveArrayIterator::hasChildren() example
<?php Результат выполнения данного примера: No children. No children. a : apple p : pear Смотрите также
|
|