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