| id3_remove_tagRemove an existing ID3 tag Description
   bool id3_remove_tag
    ( string  $filename[, int$version= ID3_V1_0
  ] )id3_remove_tag is used to remove the information stored of an ID3 tag. Parameters
 
 Return Values
   Returns  Examples
 Example #1 id3_remove_tag example 
<?phpIf the file is writable and contained a 1.0 tag, this will output: Tag successfully removed Notes
 See Also
 
 |