RecursiveCallbackFilterIterator::getChildren

(PHP 5 >= 5.4.0)

RecursiveCallbackFilterIterator::getChildrenReturn the inner iterator's children contained in a RecursiveCallbackFilterIterator

Beskrivelse

public RecursiveCallbackFilterIterator RecursiveCallbackFilterIterator::getChildren ( void )

Fetches the filtered children of the inner iterator.

RecursiveCallbackFilterIterator::hasChildren() should be used to determine if there are children to be fetched.

Parametre

This function has no parameters.

Returnerings Værdier

Returns a RecursiveCallbackFilterIterator containing the children.

Se også

add a note add a note

User Contributed Notes

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