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

<Rar::getVersionrar_open>
Last updated: Thu, 26 Jun 2008

rar_list

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

rar_list — Get entries list from the Rar archive

Description

array rar_list ( resource $rar_file )

Get entries list from the Rar archive.

Parameters

rar_file

A Rar file resource, opened with rar_open().

Return Values

rar_list() returns array of entries or FALSE on error.

Examples

Example #1 rar_list() example

<?php

$rar_file
= rar_open('example.rar') or die("Failed to open Rar archive");

$entries_list = rar_list($rar_file);

print_r($entries_list);

?>



add a noteadd a note User Contributed Notes
Get entries list from the Rar archive
There are no user contributed notes for this page.




<Rar::getVersionrar_open>
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