id3_remove_tag
Description
bool id3_remove_tag ( string filename [, int version] )id3_remove_tag() is used to remove the information stored of an ID3 tag.
Parameters
filenameThe path to the MP3 file
Instead of a filename you may also pass a valid stream resource
versionAllows you to specify the version of the tag as MP3 files may contain both, version 1.x and version 2.x tags.
