|
PharData::__constructConstruct a non-executable tar or zip archive object Beschreibung
PharData::__construct
( string
$fname
[, int $flags
[, string $alias
[, int $format = Phar::TAR
]]] )Parameter-Liste
Fehler/ExceptionsThrows BadMethodCallException if called twice; UnexpectedValueException if the Phar archive can't be opened. Beispiele
Beispiel #1 A PharData::__construct example
<?php |