As an update to steve_php's comment down below, the extension is actual quite stable and it is out of beta.
The extension works quite well so don't be afraid to use it if you need it.
Rar 関数
目次
- rar_close — Rar アーカイブをクローズし、全リソースを開放する
- rar_entry_get — Rar アーカイブからエントリオブジェクトを取得する
- Rar::extract — アーカイブのエントリを展開する
- Rar::getAttr — エントリの属性を取得する
- Rar::getCrc — エントリの CRC を取得する
- Rar::getFileTime — エントリの最終更新時刻を取得する
- Rar::getHostOs — エントリのホスト OS を取得する
- Rar::getMethod — エントリの圧縮方法を取得する
- Rar::getName — エントリの名前を取得する
- Rar::getPackedSize — 圧縮後のエントリのサイズを取得する
- Rar::getUnpackedSize — 展開後のエントリのサイズを取得する
- Rar::getVersion — エントリを追加するのに用いたアーカイバのバージョンを取得する
- rar_list — Rar アーカイブのエントリ一覧を取得する
- rar_open — Rar アーカイブをオープンする
Rar 関数
Jacques Manukyan
21-Mar-2008 07:49
21-Mar-2008 07:49
steve_php[at]nanovox[dart]com
11-Oct-2005 06:24
11-Oct-2005 06:24
As of right now, rar is in a beta state, so you'll have to compile using: pear -v install -f rar
