|
Phar::extractToExtract the contents of a phar archive to a directory Beschreibung
public bool Phar::extractTo
( string
$pathto
[, string|array $files
[, bool $overwrite = false
]] )
Extract all files within a phar archive to disk. Extracted files and directories preserve
permissions as stored in the archive. The optional parameters allow optional control over
which files are extracted, and whether existing files on disk can be overwritten.
The second parameter Parameter-Liste
Rückgabewerte
returns Fehler/ExceptionsThrows PharException if errors occur while flushing changes to disk. Beispiele
Beispiel #1 A Phar::extractTo example
<?phpSiehe auch
|