(no version information, might be only in CVS)
Get entries list from the Rar archive.
Esempio 1. Rar::() example
<?php$rar_file = rar_open('example.rar') or die("Failed to open Rar archive");$entries_list = rar_list($rar_file);print_r($entries_list);?>
rar_list() returns array of entries or FALSE on error.
Hosting by: hurra.comGenerated: 2007-01-26 17:56:31