(バージョン情報なし。おそらく SVN 版にしか存在しないでしょう)
導入
Zip で圧縮されたファイルアーカイブです。
クラス概要
ZipArchive
{
bool addFile
(
string $filename
[,
string $localname
= NULL
[,
int $start
= 0
[,
int $length
= 0
]]] )
mixed getFromIndex
(
int $index
[,
int $length
= 0
[,
int $flags
]] )
mixed getFromName
(
string $name
[,
int $length
= 0
[,
int $flags
]] )
mixed open
(
string $filename
[,
int $flags
] )
bool renameName
(
string $name
,
string $newname
)
mixed statIndex
(
int $index
[,
int $flags
] )
mixed statName
(
string $name
[,
int $flags
] )
}
プロパティ
-
status
-
Zip アーカイブの状態
-
statusSys
-
Zip アーカイブのシステム状態
-
numFiles
-
アーカイブ内のファイル数
-
filename
-
ファイルシステム上のファイル名
-
アーカイブのコメント