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

search for in the

rar_open> <Rar::getVersion
Last updated: Fri, 22 Aug 2008

view this page in

rar_list

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

rar_listGet entries list from the Rar archive

Descrição

array rar_list ( resource $rar_file )

Get entries list from the Rar archive.

Parâmetros

rar_file

A Rar file resource, opened with rar_open().

Valor Retornado

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

Exemplos

Exemplo #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 note add a note User Contributed Notes
rar_list
There are no user contributed notes for this page.

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