php man page for rararchive

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 class

INTRODUCTION
This 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 SYNOPSIS
RarArchive 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)
Related Man Pages
directoryiterator(3) - php
gearmanworker(3) - php
reflectionmethod(3) - php
rar_broken_is(3) - php
rar_solid_is(3) - php
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
Rules for Homework & Coursework Questions Forum
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1)
Status of UNIX.COM Forum Transformation
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun