Rar 函数
PHP 手册

rar_open

(PECL rar >= 0.1)

rar_openOpen Rar archive

说明

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

Open specified Rar archive and return Rar file resource.

参数

filename

Path to the Rar archive.

password

A plain password, if needed.

返回值

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


Rar 函数
PHP 手册