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