MP3_Id::getGenre

MP3_Id::getGenre() – return genre name by number

Synopsis

require_once 'Id.php';

mixed MP3_Id::getGenre ( integer $genreno )

Description

Return the name of a genre number, if no genre number is specified the genre number found in the file will be used.

Parameter

integer $genreno

Number of the genre

Return value

mixed FALSE, if no genre found, else string

Note

This function can not be called statically.

get Genre list (Previous) get number of genre (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.