update : 2015.11.03
php.shukuma.com

검색:
 
 
Get the name for a genre id

id3_get_genre_name

(PECL id3 >= 0.1)

id3_get_genre_nameGet the name for a genre id

설명

string id3_get_genre_name ( int $genre_id )

id3_get_genre_name() returns the name for a genre id.

인수

genre_id

An integer ranging from 0 to 147

반환값

Returns the name as a string.

예제

Example #1 id3_get_genre_name() example

<?php
$genre 
id3_get_genre_name(20);
echo 
$genre;
?>

위 예제의 출력:

Alternative

참고