PHP » GoLang |
login |
register |
about
|
GoLang Phar::unlinkArchive
request it (417)
GoLang replacement for PHP's Phar::unlinkArchive
[edit | history]
Phar::unlinkArchive(PHP 5 >= 5.3.0, PHP 7, PECL phar >= 2.0.0) Phar::unlinkArchive — Completely remove a phar archive from disk and from memory Description
final public static bool Phar::unlinkArchive
( string
$archive
)Removes a phar archive from disk and memory. Parameters
Return Values
Returns Errors/ExceptionsPharException is thrown if there are any open file pointers to the phar archive, or any existing Phar, PharData, or PharFileInfo objects referring to the phar archive. Examples
Example #1 A Phar::unlinkArchive() example
<?php See Also
|
more
Recently updated
more
Most requested
more
Last requests
|