PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Rar::getPackedSize> <Rar::getMethod
Last updated: Fri, 22 Aug 2008

view this page in

Rar::getName

(No version information available, might be only in CVS)

Rar::getNameGet name of the entry

Descripción

Rar
string getName ( void )

Rar::getName() returns full name of the archive entry.

Valores retornados

Returns the entry name as a string, or FALSE on error.

Ejemplos

Example #1 Rar::getName() 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");

echo 
"Entry name: " $entry->getName();

?>



add a note add a note User Contributed Notes
Rar::getName
There are no user contributed notes for this page.

Rar::getPackedSize> <Rar::getMethod
Last updated: Fri, 22 Aug 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites