RecursiveCallbackFilterIterator::getChildren

(PHP 5 >= 5.4.0, PHP 7)

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

설명

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.

인수

이 함수는 인수가 없습니다.

반환값

Returns a RecursiveCallbackFilterIterator containing the children.

참고

add a note add a note

User Contributed Notes

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