Rar Archiving
- Introduction
- Installing/Configuring
- Predefined Constants
- Examples
- RarEntry — The RarEntry class
- RarEntry::extract — Extract entry from the archive
- RarEntry::getAttr — Get attributes of the entry
- RarEntry::getCrc — Get CRC of the entry
- RarEntry::getFileTime — Get entry last modification time
- RarEntry::getHostOs — Get entry host OS
- RarEntry::getMethod — Get pack method of the entry
- RarEntry::getName — Get name of the entry
- RarEntry::getPackedSize — Get packed size of the entry
- RarEntry::getStream — Get file handler for entry.
- RarEntry::getUnpackedSize — Get unpacked size of the entry
- RarEntry::getVersion — Get version of the archiver used to add the entry
- RarEntry::isDirectory — Test whether an entry represents a directory
- Rar Functions
- rar_close — Close Rar archive and free all resources
- rar_comment_get — Get comment text from the Rar archive
- rar_entry_get — Get entry object from the Rar archive
- rar_list — Get entries list from the Rar archive
- rar_open — Open Rar archive
Rar
There are no user contributed notes for this page.
