GoLang IteratorIterator::rewind

request it (233)
GoLang replacement for PHP's IteratorIterator::rewind [edit | history]



Do you know a GoLang replacement for PHP's IteratorIterator::rewind? Write it!

PHP IteratorIterator::rewind

PHP original manual for IteratorIterator::rewind [ show | php.net ]

IteratorIterator::rewind

(PHP 5 >= 5.1.0, PHP 7)

IteratorIterator::rewindRewind to the first element

Description

public void IteratorIterator::rewind ( void )

Rewinds to the first element.

Parameters

This function has no parameters.

Return Values

No value is returned.

See Also