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])

Opis

Get the value of a tag

Parametr

string $name

the name of the tag to get

mixed $default

returned, if the tag not exists

Zwracana wartość

mixed The value of the field

Zobacz

MP3_Id::setTag()

Uwagi

Ta funkcja nie może być wywołana statycznie.