(no version information, might be only in CVS)
id3_get_genre_name() returns the name for a genre id.
In an ID3 tag, the genre is stored using a integer ranging from 0 to 147.
Esempio 1. id3_get_genre_name() example
<?php$genre = id3_get_genre_name(20);echo $genre;?>
This will output:
Alternative
See also id3_get_genre_list() and id3_get_genre_id().
Hosting by: hurra.comGenerated: 2007-01-26 17:56:25