(PECL)
id3_get_genre_name() returns the name for a genre id.
An integer ranging from 0 to 147
Returns the name as a string.
Esempio 1. id3_get_genre_name() example
<?php$genre = id3_get_genre_name(20);echo $genre;?>
Il precedente esempio visualizzerà:
Alternative