RecursiveCallbackFilterIterator::getChildren

(PHP 5 >= 5.4.0, PHP 7)

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

Opis

public RecursiveCallbackFilterIterator::getChildren ( void ) : RecursiveCallbackFilterIterator

Fetches the filtered children of the inner iterator.

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

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

Returns a RecursiveCallbackFilterIterator containing the children.

Zobacz też:

add a note add a note

User Contributed Notes

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