Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | DalÅ¡Ã |
id3_remove_tag
Popis
bool id3_remove_tag ( string filename [, int version] )id3_remove_tag() is used to remove the information stored of an ID3 tag.
Seznam parametrů
filename
The path to the MP3 file
Instead of a filename you may also pass a valid stream resource
version
Allows you to specify the version of the tag as MP3 files may contain both, version 1.x and version 2.x tags.
Poznámky
Poznámka: Currently id3_remove_tag() only supports version 1.0 and 1.1. If you choose to remove a 1.0 tag and the file contains a 1.1 tag, this tag will be removed, as v1.1 is only an extension of 1.0.
PÅ™edcházejÃcà | Domů | DalÅ¡Ã |
id3_get_version | Nahoru |