PHP 7.0.6 Released

RecursiveIterator::getChildren

(PHP 5 >= 5.1.0, PHP 7)

RecursiveIterator::getChildrenReturns an iterator for the current entry.

Description

public RecursiveIterator RecursiveIterator::getChildren ( void )

Returns an iterator for the current iterator entry.

Parameters

This function has no parameters.

Return Values

An iterator for the current entry.

See Also

User Contributed Notes

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