id3_set_tag

 bool id3_set_tag ( string $filename , array $tag [, int $version = ID3_V1_0 ] ) 

説明

id3_set_tag() is used to change the information stored of an ID3 tag. If no tag has been present, it will be added to the file.

戻り値

Returns TRUE on success or FALSE on failure.