RecursiveCachingIterator::hasChildren

(PHP 5 >= 5.1.0, PHP 7)

RecursiveCachingIterator::hasChildrenCheck whether the current element of the inner iterator has children

Descrierea

public RecursiveCachingIterator::hasChildren ( ) : bool
Avertizare

Această funcție nu este documentată în prezent; este disponibilă numai lista sa de argumente.

Parametri

Această funcție nu are parametri.

Valorile întoarse

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