RecursiveFilterIterator::hasChildren

(PHP 5 >= 5.1.0, PHP 7)

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

Descrierea

public RecursiveFilterIterator::hasChildren ( ) : bool

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

Parametri

Această funcție nu are parametri.

Valorile întoarse

true if the inner iterator has children, otherwise false

A se vedea și

add a note add a note

User Contributed Notes

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