|
Phar::extractToExtract the contents of a phar archive to a directory Descriptionpublic bool Phar::extractTo(string
$directory , arraystringnull $files = null , 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 Parameters
Return Values
returns Errors/ExceptionsThrows PharException if errors occur while flushing changes to disk. Examples
Example #1 A Phar::extractTo example
Notes
See Also
|