Rar
PHP Manual

The RarArchive class

Wstęp

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.

Krótki opis klasy

RarArchive
final RarArchive implements Traversable {
/* Metody */
public bool close ( void )
public string getComment ( void )
public array getEntries ( void )
public RarEntry getEntry ( string $entryname )
public bool isSolid ( void )
public static RarArchive open ( string $filename [, string $password ] )
public void __toString ( void )
}

Spis treści


Rar
PHP Manual