RecursiveFilterIterator::hasChildren

(PHP 5 >= 5.1.0)

RecursiveFilterIterator::hasChildrenCheck whether the inner iterator's current element has children

Beskrivelse

public void RecursiveFilterIterator::hasChildren ( void )

Check whether the inner iterator's current element has children.

Parametre

This function has no parameters.

Returnerings Værdier

TRUE if the inner iterator has children, otherwise FALSE

Se også

add a note add a note

User Contributed Notes

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