parent root
PHP: RecursiveFilterIterator::hasChildren - Manual

RecursiveFilterIterator::hasChildren

(PHP 5 >= 5.1.0, PHP 7)

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

Description

public RecursiveFilterIterator::hasChildren ( void ) : bool

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

Parameters

This function has no parameters.

Return Values

TRUE if the inner iterator has children, otherwise FALSE

See Also

add a noteadd a note

User Contributed Notes

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