public function BackupFileReadableInterface::rewind in Backup and Migrate 8.4
Rewind the file handle to the start of the file.
1 method overrides BackupFileReadableInterface::rewind()
- ReadableStreamBackupFile::rewind in lib/
backup_migrate_core/ src/ File/ ReadableStreamBackupFile.php - Rewind the file handle to the start of the file.
File
- lib/
backup_migrate_core/ src/ File/ BackupFileReadableInterface.php, line 65
Class
- BackupFileReadableInterface
- Provides a service to provision temp files in the correct place for the environment.
Namespace
BackupMigrate\Core\FileCode
public function rewind();