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_genre_id> <id3_get_frame_long_name
Last updated: Fri, 13 Nov 2009

view this page in

id3_get_frame_short_name

(PECL id3 >= 0.2)

id3_get_frame_short_nameID3v2 フレームの短い名前を取得する

説明

string id3_get_frame_short_name ( string $frameId )

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

パラメータ

frameId

ID3v2 フレーム。

返り値

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

id3_get_frame_short_name() が返す値は、 id3_get_tag() の返す配列で用いられます。

例1 id3_get_frame_short_name() の例

<?php
$shortName 
id3_get_frame_short_name("TOLY");
echo 
$shortName;
?>

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

originalLyricist

参考



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

id3_get_genre_id> <id3_get_frame_long_name
Last updated: Fri, 13 Nov 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites