導入
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
(
name $name
[,
int $flags
] )
}
プロパティ
-
status
-
Zip アーカイブの状態
-
statusSys
-
Zip アーカイブのシステム状態
-
numFiles
-
アーカイブ内のファイル数
-
filename
-
ファイルシステム上のファイル名
-
アーカイブのコメント
目次