PHP rar_entry_get function
Like this blog? Consider exploring one of our sponsored banner ads...
rar_entry_get
(no version information, might be only in CVS)
rar_entry_get — Get entry object from the Rar archiveDescriptionRarEntry rar_entry_get ( resource rar_file, string entry_name )
Get entry object from the Rar archive.
Example 1. Rar::() example
$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.
About this entry
You’re currently reading “PHP rar_entry_get function,” an entry on BRADINO
- Published:
- 2.26.07 / 12am
- Category:
- PHP Functions
- Tags:
No comments
Jump to comment form | comments rss [?] | trackback uri [?]