RecursiveIterator::getChildren

(PHP 5 >= 5.1.0)

RecursiveIterator::getChildrenReturns an iterator for the current entry.

Beskrivelse

public RecursiveIterator RecursiveIterator::getChildren ( void )

Returns an iterator for the current iterator entry.

Parametre

This function has no parameters.

Returnerings Værdier

An iterator for the current entry.

Se også

add a note add a note

User Contributed Notes

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