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_listRar アーカイブのエントリ一覧を取得する

説明

array rar_list ( resource $rar_file )

Rar アーカイブから、エントリの一覧を取得します。

パラメータ

rar_file

rar_open() でオープンした Rar ファイルリソース。

返り値

rar_list() は成功した場合にエントリの配列、 エラー時には FALSE を返します。

例1 rar_list() の例

<?php

$rar_file 
rar_open('example.rar') or die("Rar アーカイブのオープンに失敗しました");

$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