bool id3_remove_tag ( string filename [, int version] )
id3_remove_tag() is used to remove the information stored
of an ID3 tag. If no tag has been present, it will return FALSE and leave the file
as it was.
Note: Instead of a filename you may also pass a valid stream resource.
The optional version parameter allows you to
specify the version of the tag as MP3 files may contain both, version 1.x and
version 2.x tags.
If the file is writable and contained a 1.0 tag, this will output:
Tag succesfully removed
Note:
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.
id3 remove tag php code on this is provided for your study purpose, it will guide you to know how create and design a website using php. use it to practice and train your self online
Php id3 remove tag syntax tutorial
php tutorial guide and code design are for easy learning and programming. The code practice section provided at the top is for practising of this syntax. Use the code section up to practice your php programming online. Learning php is very easy, all you need is to use the examples on this site and practice them to perfect your skills.