Home :: International :: Manuals :: Howto :: FAQ :: Man Pages :: Email Login

 
 

 

id3_get_genre_name

(no version information, might be only in CVS)

id3_get_genre_name -- Get the name for a genre id.

Description

string id3_get_genre_name ( int genre_id)

id3_get_genre_name() returns the name for a genre id.

注意: Instead of a filename you may also pass a valid stream resource.

In an ID3 tag, the genre is stored using a integer ranging from 0 to 147.

例 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().

 
 
 
 
Google
  Web Linuxinfor   
 

Home :: Copyright :: Privacy :: Credits :: Get a free Linuxinfor Email Account

Document on this page is part of "PHP マニュアル". See Index Page for more info about Authorship and Copyright.

1999-2009 Linuxinfor.com. No rights reserved.