parent root
PHP: RecursiveIterator::getChildren - Manual

RecursiveIterator::getChildren

(PHP 5 >= 5.1.0, PHP 7)

RecursiveIterator::getChildrenReturns an iterator for the current entry

Description

public RecursiveIterator::getChildren ( void ) : RecursiveIterator

Returns an iterator for the current iterator entry.

Parameters

This function has no parameters.

Return Values

An iterator for the current entry.

See Also

add a noteadd a note

User Contributed Notes

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