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

search for in the

id3_get_tag> <id3_get_genre_list
Last updated: Fri, 22 Aug 2008

view this page in

id3_get_genre_name

(PECL id3:0.1-0.2)

id3_get_genre_nameGet the name for a genre id

Descrição

string id3_get_genre_name ( int $genre_id )

id3_get_genre_name() returns the name for a genre id.

Parâmetros

genre_id

An integer ranging from 0 to 147

Valor Retornado

Returns the name as a string.

Exemplos

Exemplo #1 id3_get_genre_name() example

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

O exemplo acima irá imprimir:

Alternative



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

id3_get_tag> <id3_get_genre_list
Last updated: Fri, 22 Aug 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites