ArininAV

MP3_Id::getGenreNo()

MP3_Id::getGenreNo() -- get number of genre

Synopsis

require_once 'Id.php';

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

Описание

Get the number of a genre.

Параметр

string $genre

Name of the genre

integer $default

The value to return in case of genre not found

Заметка

Эта функция не должна вызываться статически.