|
SplObjectStorage::nextMove to the next entry Description
public void SplObjectStorage::next
( void
)
Moves the iterator to the next object in the storage. ParametersThis function has no parameters. Return ValuesNo value is returned. Examples
Example #1 SplObjectStorage::next example
<?phpThe above example will output something similar to:
int(0)
object(stdClass)#2 (0) {
}
int(1)
object(stdClass)#3 (0) {
}
See Also
|