rararchive(3) php man page | unix.com

Man Page: rararchive

Operating Environment: php

Section: 3

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
rararchive.setallowbroken(3) - php
rar_broken_is(3) - php
rar_close(3) - php
rar_list(3) - php
rar_open(3) - php
Similar Topics in the Unix Linux Community
Rules for Homework & Coursework Questions Forum
Forum Video Tutorial: How to Use Code Tags
New Code Tags (Syntax Highlighting)
Denial Of Service Attack Update
Please Welcome Nicki Paul to the Moderator Team!