RecursiveCallbackFilterIterator::getChildren

(PHP 5 >= 5.4.0, PHP 7, PHP 8)

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

Açıklama

public RecursiveCallbackFilterIterator::getChildren(): RecursiveCallbackFilterIterator

Fetches the filtered children of the inner iterator.

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

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

Returns a RecursiveCallbackFilterIterator containing the children.

Ayrıca Bakınız

add a note

User Contributed Notes

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