|
Phar::__constructConstruct a Phar archive object Beschreibung
public Phar::__construct
( string
$fname
[, int $flags
[, string $alias
]] )Parameter-Liste
Fehler/ExceptionsThrows BadMethodCallException if called twice, UnexpectedValueException if the phar archive can't be opened. Beispiele
Beispiel #1 A Phar::__construct example
<?php |