downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

RarArchive::close> <rar_wrapper_cache_stats
[edit] Last updated: Fri, 25 May 2012

view this page in

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 )
}

目次



add a note add a note User Contributed Notes RarArchive
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites