function ReadableStreamBackupFile::__destruct in Backup and Migrate 8.4
Destructor.
File
- lib/
backup_migrate_core/ src/ File/ ReadableStreamBackupFile.php, line 51
Class
- ReadableStreamBackupFile
- Class ReadableStreamBackupFile.
Namespace
BackupMigrate\Core\FileCode
function __destruct() {
// Close the handle if we've opened it.
$this
->close();
}