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 Funcţii
Cuprins
- rar_close — Close Rar archive and free all resources
- rar_entry_get — Get entry object from the Rar archive
- Rar::extract — Extract entry from the archive
- Rar::getAttr — Get attributes of the entry
- Rar::getCrc — Get CRC of the entry
- Rar::getFileTime — Get entry last modification time
- Rar::getHostOs — Get entry host OS
- Rar::getMethod — Get pack method of the entry
- Rar::getName — Get name of the entry
- Rar::getPackedSize — Get packed size of the entry
- Rar::getUnpackedSize — Get unpacked size of the entry
- Rar::getVersion — Get version of the archiver used to add the entry
- rar_list — Get entries list from the Rar archive
- rar_open — Open Rar archive
Rar Funcţii
Jacques Manukyan
22-Mar-2008 03:49
22-Mar-2008 03:49
steve_php[at]nanovox[dart]com
11-Oct-2005 03:24
11-Oct-2005 03:24
As of right now, rar is in a beta state, so you'll have to compile using: pear -v install -f rar
