MP3_Id::setTag()

MP3_Id::setTag() -- タグの内容をセットします。

概要

require_once 'Id.php';

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

説明

Sets a field

表 37-1タグに付けられる名前は次のとおりです。

TagMeaning
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

パラメータ

mixed $name

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

mixed $value

the value to set

注意

この関数は、スタティックにコールする ことはできません。