| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
PharData クラス(PHP >= 5.3.0, PECL phar >= 2.0.0) はじめにPharData クラスは、実行可能形式でない tar アーカイブや zip アーカイブへのアクセスや作成のための高レベルインターフェイスを提供します。 これらのアーカイブにはスタブが含まれておらず、 phar 拡張モジュールから実行することはできません。 そのため、PharData クラスによる通常の zip および tar ファイルの作成や 操作は php.ini の phar.readonly が 1 であっても可能です。 クラス概要
PharData
extends
Phar
{
/* メソッド */
/* 継承したメソッド */
public PharData Phar::convertToData
([ int
$format = 9021976
[, int $compression = 9021976
[, string $extension
]]] )
public Phar Phar::convertToExecutable
([ int
$format = 9021976
[, int $compression = 9021976
[, string $extension
]]] )
final public static string Phar::createDefaultStub
([ string
$indexfile
[, string $webindexfile
]] )
final public static bool Phar::isValidPharFilename
( string
$filename
[, bool $executable = true
] )
final public static void Phar::webPhar
([ string
}$alias
[, string $index = "index.php"
[, string $f404
[, array $mimetypes
[, callable $rewrites
]]]]] )目次
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「PharData クラス」をGoogle検索
|