update : 2015.11.03
php.shukuma.com검색:
|
Phar::__construct(PHP >= 5.3.0, PECL phar >= 1.0.0) Phar::__construct — Construct a Phar archive object 설명
public Phar::__construct
( string
$fname
[, int $flags
[, string $alias
]] )인수
오류/예외Throws BadMethodCallException if called twice, UnexpectedValueException if the phar archive can't be opened. 예제
Example #1 A Phar::__construct() example
<?php |