RecursiveFilterIterator::hasChildren

(PHP 5 >= 5.1.0)

RecursiveFilterIterator::hasChildrenCheck whether the inner iterator's current element has children

Опис

public bool RecursiveFilterIterator::hasChildren ( void )

Check whether the inner iterator's current element has children.

Параметри

В цієї функції немає параметрів.

Значення, що повертаються

TRUE if the inner iterator has children, otherwise FALSE

Прогляньте Також

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top