PHP 7.0.6 Released

SplFixedArray::rewind

(PHP 5 >= 5.3.0, PHP 7)

SplFixedArray::rewindRewind iterator back to the start

Description

public void SplFixedArray::rewind ( void )

Rewinds the iterator to the beginning.

Parameters

This function has no parameters.

Return Values

No value is returned.

User Contributed Notes

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