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