Phar クラス
(PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 1.0.0)
はじめに
Phar クラスは、phar アーカイブへのアクセスや作成のための高レベルインターフェイスを提供します。
クラス概要
/* 継承した定数 */
/* 定数 */
/* メソッド */
public __construct(string
$filename
, int $flags
= FilesystemIterator::SKIP_DOTS | FilesystemIterator::UNIX_PATHS, ?string $alias
= null
)public convertToData(?int
$format
= null
, ?int $compression
= null
, ?string $extension
= null
): ?PharDatapublic convertToExecutable(?int
$format
= null
, ?int $compression
= null
, ?string $extension
= null
): ?Pharfinal public static webPhar(
?string
?string
?string
array
?callable
): void
?string
$alias
= null
,?string
$index
= null
,?string
$fileNotFoundScript
= null
,array
$mimeTypes
= [],?callable
$rewrite
= null
): void
public __destruct()
/* 継承したメソッド */
public SplFileInfo::openFile(string
}$mode
= "r", bool $useIncludePath
= false
, ?resource $context
= null
): SplFileObject