GoLang RecursiveIterator::getChildren

request it (286)
GoLang replacement for PHP's RecursiveIterator::getChildren [edit | history]



Do you know a GoLang replacement for PHP's RecursiveIterator::getChildren? Write it!

PHP RecursiveIterator::getChildren

PHP original manual for RecursiveIterator::getChildren [ show | php.net ]

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