PHP | FilesystemIterator rewind() Function
The FilesystemIterator::rewind() function is an inbuilt function in PHP which is used to rewinds back to the beginning of the file. Syntax: void FilesystemIterator::rewind( void ) Parameters: This function does not accept any parameters. Return Value: This function does not return any value. Below p