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

search for in the

Rar::getPackedSize> <Rar::getMethod
Last updated: Fri, 10 Oct 2008

view this page in

Rar::getName

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

Rar::getNameエントリの名前を取得する

説明

Rar
string getName ( void )

Rar::getName() は、アーカイブエントリの名前を返します。

返り値

エントリ名を表す文字列、あるいはエラー時に FALSE を返します。

例1 Rar::getName() の例

<?php

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

$entry rar_entry_get($rar_file'Dir/file.txt') or die("そのようなエントリは見つかりません");

echo 
"エントリ名: " $entry->getName();

?>



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

Rar::getPackedSize> <Rar::getMethod
Last updated: Fri, 10 Oct 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites