Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
PHP: id3_get_genre_id - Manual
[go: Go Back, main page]

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

search for in the

id3_get_genre_list" width="11" height="7"/> <id3_get_frame_short_name
Last updated: Thu, 31 May 2007

view this page in

id3_get_genre_id

(PECL id3:0.1-0.2)

id3_get_genre_id — ジャンルの ID を取得する

説明

int id3_get_genre_id ( string $genre )

id3_get_genre_id() は、ジャンルの ID を返します。

パラメータ

genre

0 から 147 までの整数値。

返り値

ジャンルの ID あるいはエラー時に FALSE を返します。

例 940. id3_get_genre_id() の例

<?php
$id
= id3_get_genre_id("Alternative");
echo
$id;
?>

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


20

    

参考

id3_get_genre_name()
id3_get_genre_list()



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

 
show source | credits | sitemap | contact | advertising | mirror sites