MP3_Id::getGenreNo

MP3_Id::getGenreNo() – get number of genre

Synopsis

require_once 'Id.php';

integer MP3_Id::getGenreNo ( string $genre , integer $default = 0xff )

Description

Get the number of a genre.

Parameter

string $genre

Name of the genre

integer $default

The value to return in case of genre not found

Note

This function can not be called statically.