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

search for in the

id3_get_frame_short_name> <ID3 関数
Last updated: Fri, 13 Nov 2009

view this page in

id3_get_frame_long_name

(PECL id3 >= 0.2)

id3_get_frame_long_nameID3v2 フレームの長い名前を取得する

説明

string id3_get_frame_long_name ( string $frameId )

id3_get_frame_long_name() は、 ID3v2 フレームの長い名前を返します。

パラメータ

frameId

ID3v2 フレーム。

返り値

フレームの長い名前、あるいはエラー時に FALSE を返します。

例1 id3_get_frame_long_name() の例

<?php
$longName 
id3_get_frame_long_name("TOLY");
echo 
$longName;
?>

上の例の出力は以下となります。

Original lyricist(s)/text writer(s)

参考



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

id3_get_frame_short_name> <ID3 関数
Last updated: Fri, 13 Nov 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites