downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net 
search for in the  

<Rar::getPackedSizeRar::getVersion>
Last updated: Thu, 26 Jun 2008

Rar::getUnpackedSize

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

Rar::getUnpackedSize — Get unpacked size of the entry

Description

Rar
int getUnpackedSize ( void )

Get unpacked size of the archive entry.

Return Values

Returns the unpacked size, or FALSE on error.

Return Values

Example #1 Rar::getUnpackedSize() 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
"Unpacked size of " . $entry->getName() . " = " . $entry->getPackedSize() . " bytes";

?>



add a noteadd a note User Contributed Notes
Get unpacked size of the entry
There are no user contributed notes for this page.




<Rar::getPackedSizeRar::getVersion>
Last updated: Thu, 26 Jun 2008
show source | credits | sitemap | contact | advertising | mirror sites
Copyright © 2001-2005 The PHP Group
All rights reserved.
This unofficial mirror is operated at: http://phpbuilder.com/
Last updated: Tue Nov 1 20:20:59 2005 EST
Columns / Articles | Tips / Quickies | News | News Linking and RSS Feeds | Shared Code Library
Mail Archives | Support / Discussion Forums | Get Started! Links | Contribute! | Docs