PHP Rar Functions

EditRocket provides the following information on Rar functions in the PHP source code builder.

bool rar_close ( resource $rar_file ) - Close Rar archive and free all allocated resources.

RarEntry rar_entry_get ( resource $rar_file , string $entry_name ) - Get entry object from the Rar archive.

array rar_list ( resource $rar_file ) - Get entries list from the Rar archive.

resource rar_open ( string $filename [, string $password ] ) - Open specified Rar archive and return Rar file resource.