|
RarEntry::extractExtract entry from the archive Beschreibung
public bool RarEntry::extract
( string
$dir
[, string $filepath = ""
[, string $password = NULL
[, bool $extended_data = false
]]] )
RarEntry::extract extracts the entry's data.
It will create new file in the specified
Parameter-Liste
Warnung
Prior to version 2.0.0, this function would not handle relative paths correctly. Use realpath as a workaround. Rückgabewerte
Gibt bei Erfolg Changelog
Beispiele
Beispiel #1 RarEntry::extract example
<?phpBeispiel #2 How to extract all files in archive:
<?php |