(PHP 5 >= 5.3.0,PHP 7,PHP 8,PECL phar >= 1.0.0)
Phar 类提供了一个高级接口,用于访问和创建 phar 归档文件。
$filename
, int $flags
= FilesystemIterator::SKIP_DOTS | FilesystemIterator::UNIX_PATHS, ?string $alias
= null
)$format
= null
, ?int $compression
= null
, ?string $extension
= null
): ?PharData$format
= null
, ?int $compression
= null
, ?string $extension
= null
): ?Phar$alias
= null
,$index
= null
,$fileNotFoundScript
= null
,$mimeTypes
= [],$rewrite
= null
$mode
= "r", bool $useIncludePath
= false
, ?resource $context
= null
): SplFileObject版本 | 描述 |
---|---|
8.4.0 | 为基于 Zip 的档案添加了对 Unix 时间戳扩展的支持。 |