MP3_Id::setTag()

MP3_Id::setTag() -- sets a tag content

Synopsis

require_once 'Id.php';

void MP3_Id::setTag (mixed $name, mixed $value)

Opis

Sets a field

Tabela 39-1. Possible names of tags are:

TagMeaning
nameTitle of the content
artistsName of band or artist
albumName of the album
yearpublishing year of the album or song
commentsong comment
trackthe number of the track
genregenre of the song
genrenoNumber of the genre

Parametr

mixed $name

Name of the tag to set or hash with the key as fieldname

mixed $value

the value to set

Uwagi

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