<?php $result = id3_remove_tag( "path/to/example.mp3", ID3_V1_0 ); if ($result === true) { echo "Tag succesfully removed\n"; }?>
If the file is writable and contained a 1.0 tag, this will output:
Tag succesfully removed