PHP rar_getname function
Like this blog? Consider exploring one of our sponsored banner ads...
Rar::getName
(no version information, might be only in CVS)
Rar::getName — Get name of the entryDescriptionstring Rar::getName ( void )
Rar::getName() returns full name of the archive entry.
Example 1. Rar::getName() 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"); echo "Entry name: " . $entry->getName();
Rar::getName() returns FALSE on error.
About this entry
You’re currently reading “PHP rar_getname function,” an entry on BRADINO
- Published:
- 2.26.07 / 12am
- Category:
- PHP Functions
- Tags:
No comments
Jump to comment form | comments rss [?] | trackback uri [?]