RecursiveFilterIterator::hasChildren

(PHP 5 >= 5.1.0, PHP 7)

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

Opis

public RecursiveFilterIterator::hasChildren ( void ) : bool

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

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

TRUE if the inner iterator has children, otherwise FALSE

Zobacz też:

add a note add a note

User Contributed Notes

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