(no version information, might be only in CVS)
Get entry object from the Rar archive.
Ejemplo 1. Rar::() example
<?php$rar_file = rar_open('example.rar') or die("Failed to open Rar archive");$entry = rar_entry_get($rar_file, 'Dir/file.txt') or die("Failed to find such entry");print_r($entry);?>
rar_get_entry() returns entry object or FALSE on error.
Hosting by: hurra.comGenerated: 2007-01-26 18:01:05