|
Phar::__constructConstruct a Phar archive object Description
public Phar::__construct
( string
$fname
[, int $flags
[, string $alias
]] )Parameters
Errors/ExceptionsThrows BadMethodCallException if called twice, UnexpectedValueException if the phar archive can't be opened. Examples
Example #1 A Phar::__construct example
<?php |