|
SplObjectStorage::rewindRewind the iterator to the first storage element Description
public void SplObjectStorage::rewind()
Rewind the iterator to the first storage element. ParametersThis function has no parameters. Return ValuesNo value is returned. Examples
Example #1 SplObjectStorage::rewind example
The above example will output something similar to: int(1) int(0) See Also
|