RecursiveFilterIterator::hasChildren
(PHP 5 >= 5.1.0)
RecursiveFilterIterator::hasChildren — Check whether the inner iterator's current element has children
Descrição
public void RecursiveFilterIterator::hasChildren
( void
)
Check whether the inner iterator's current element has children.
Parâmetros
Esta função não contém parâmetros.
Valor Retornado
TRUE if the inner iterator has children, otherwise FALSE
Veja Também
- RecursiveFilterIterator::getChildren - Return the inner iterator's children contained in a RecursiveFilterIterator
- RecursiveIterator::hasChildren - Returns if an iterator can be created fot the current entry.
RecursiveFilterIterator::hasChildren
There are no user contributed notes for this page.
