Query: rararchive
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
RARARCHIVE(3) 1 RARARCHIVE(3) The RarArchive classINTRODUCTIONThis class represents a RAR archive, which may be formed by several volumes (parts) and which contains a number of RAR entries (i.e., files, directories and other special objects such as symbolic links). Objects of this class can be traversed, yielding the entries stored in the respective RAR archive. Those entries can also be obtained through RarArchive::getEntry and RarArchive::getEntries.CLASS SYNOPSISRarArchive final RarArchiveTraversable Methods o public bool RarArchive::close (void ) o public string RarArchive::getComment (void ) o public array RarArchive::getEntries (void ) o public RarEntry RarArchive::getEntry (string $entryname) o public bool RarArchive::isBroken (void ) o public bool RarArchive::isSolid (void ) o publicstatic RarArchive RarArchive::open (string $filename, [string $password = NULL], [callable $volume_callback = NULL]) o public bool RarArchive::setAllowBroken (bool $allow_broken) o public string RarArchive::__toString (void ) PHP Documentation Group RARARCHIVE(3)