PHP 7.0.6 Released

SplFixedArray::next

(PHP 5 >= 5.3.0, PHP 7)

SplFixedArray::nextMove to next entry

Description

public void SplFixedArray::next ( void )

Move the iterator to the next array entry.

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