Rar::getPackedSize> <Rar::getMethod
Last updated: Fri, 13 Nov 2009

Rar::getName

(PECL rar >= 0.1)

Rar::getNameGet name of the entry

Descrição

Rar
string getName ( void )

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

Valor Retornado

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

Exemplos

Exemplo #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();

?>



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

Rar::getPackedSize> <Rar::getMethod
Last updated: Fri, 13 Nov 2009