update : 2015.11.03
php.shukuma.com검색:
|
Phar::unlinkArchive(PHP >= 5.3.0, PECL phar >= 2.0.0) Phar::unlinkArchive — Completely remove a phar archive from disk and from memory 설명
final public static bool Phar::unlinkArchive
( string
$archive
)Removes a phar archive for disk and memory. 인수
반환값
성공 시 오류/예외PharException 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. 예제
Example #1 A Phar::unlinkArchive() example
<?php 참고
|