FilesystemIterator::rewindRewinds back to the beginning Description
public void FilesystemIterator::rewind
( void
)
Rewinds the directory back to the start. ParametersThis function has no parameters. Return ValuesNo value is returned. Examples
Example #1 FilesystemIterator::rewind example
<?php The above example will output something similar to: apple.jpg banana.jpg apple.jpg See Also
|