Phar::__construct
Phar::__construct
(PHP >= 5.3.0, PECL phar >= 1.0.0)
Phar::__construct — Construct a Phar archive object
Description
public Phar::__construct ( string $fname [, int $flags [, string $alias ]] )
Parameters
-
fname
-
Path to an existing Phar archive or to-be-created archive. The file name's extension must contain .phar.
-
flags
-
Flags to pass to parent class 登录查看完整内容