Freelance PHP programmer India | Freelance web developer india | Web development India | web developer CV india | Compiling PHP and Apache 2 from source on Linux
Rar Functions
PHP Manual

rar_open

(PECL rar >= 0.1)

rar_openOpen Rar archive

Description

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

Open specified Rar archive and return Rar file resource.

Parameters

filename

Path to the Rar archive.

password

A plain password, if needed.

Return Values

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


Rar Functions
PHP Manual