Rar Funktionen
PHP Manual

rar_open

(PECL rar >= 0.1)

rar_openOpen Rar archive

Beschreibung

resource rar_open ( string $filename [, string $password ] )

Open specified Rar archive and return Rar file resource.

Parameter-Liste

filename

Path to the Rar archive.

password

A plain password, if needed.

Rückgabewerte

rar_open() returns Rar file resource or FALSE on error.


Rar Funktionen
PHP Manual