|
Phar::__construct(PHP >= 5.3.0, PECL phar >= 1.0.0) Phar::__construct — Construct a Phar archive object Описание
Phar::__construct
( string $fname
[, int $flags
[, string $alias
]] )
Список параметров
ОшибкиThrows BadMethodCallException if called twice, UnexpectedValueException if the phar archive can't be opened. Примеры
Пример #1 A Phar::__construct() example
<?php |
|