RecursiveTreeIterator
PHP Manual

RecursiveTreeIterator::callHasChildren

(PHP 5 >= 5.3.0)

RecursiveTreeIterator::callHasChildrenHas children

Descrição

public bool RecursiveTreeIterator::callHasChildren ( void )

Called for each element to test whether it has children.

Aviso

Esta função não está documentada; somente a lista de argumentos está disponível.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

TRUE if there are children, otherwise FALSE


RecursiveTreeIterator
PHP Manual