write id3v2 tags to mp3 file using php?
I need 开发者_开发知识库to write ID3v2 tags to mp3 files using php , any solutions ?
could not get how to use this
Thanks
getid3 is another Module that can write (and of course read) id3v2 Tags using PHP.
Get it on Sourceforge: http://getid3.sourceforge.net/source/write.id3v2.phps
Take a look on Zend PHP Reader's Zend_Media_Id3v2 Class.
精彩评论