PHP 8.1.28 Released!

RecursiveCachingIterator::hasChildren

(PHP 5 >= 5.1.0, PHP 7, PHP 8)

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

Descrizione

public RecursiveCachingIterator::hasChildren(): bool
Avviso

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

true if the inner iterator has children, otherwise false

add a note

User Contributed Notes

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