MP3_Id::getTag()

MP3_Id::getTag() -- get the value of a tag

Synopsis

require_once 'Id.php';

mixed MP3_Id::getTag (string $name [, mixed $default])

Beschreibung

Get the value of a tag

Parameter

string $name

the name of the tag to get

mixed $default

returned, if the tag not exists

Rückgabewert

mixed The value of the field

Siehe auch

MP3_Id::setTag()

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.