RecursiveIteratorIterator::callHasChildren

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

RecursiveIteratorIterator::callHasChildrenHas children

Açıklama

public RecursiveIteratorIterator::callHasChildren(): bool

Called for each element to test whether it has children.

Uyarı

Bu işlev hala belgelendirilmemiştir; sadece değiştirge listesi mevcuttur.

Değiştirgeler

Bu işlevin değiştirgesi yoktur.

Dönen Değerler

true if the element has children, otherwise false

add a note add a note

User Contributed Notes

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