Rar
PHP Manual

RarArchive クラス

(バージョン情報なし。おそらく SVN 版にしか存在しないでしょう)

導入

このクラスは RAR アーカイブをあらわします。これは複数のパーツで構成されることもあり、 中に RAR エントリ (ファイルやディレクトリ、そしてシンボリックリンクなどの特殊なオブジェクト) を含みます。

このクラスのオブジェクトの中身を走査したり、RAR アーカイブに格納されているエントリを取り出したりすることができます。 このエントリは、 RarArchive::getEntry()RarArchive::getEntries() を使って取得することもできます。

クラス概要

final RarArchive implements Traversable {
/* メソッド */
public bool close ( void )
public string getComment ( void )
public array getEntries ( void )
public RarEntry getEntry ( string $entryname )
public bool isBroken ( void )
public bool isSolid ( void )
public static RarArchive open ( string $filename [, string $password = NULL [, callable $volume_callback = NULL ]] )
public bool setAllowBroken ( bool $allow_broken )
public string __toString ( void )
}

目次


Rar
PHP Manual