RecursiveIteratorIterator::callHasChildren

(PHP 5 >= 5.1.0)

RecursiveIteratorIterator::callHasChildrenHas children

Опис

public bool RecursiveIteratorIterator::callHasChildren ( void )

Called for each element to test whether it has children.

Увага

This function is currently not documented; only its argument list is available.

Параметри

В цієї функції немає параметрів.

Значення, що повертаються

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