How to get meta data out of mp3 files
问题 Can anyone recommend a good standalone class (not part of PEAR) or another method for me to grab some basic meta data from about 1,400 MP3 files? 回答1: http://getid3.sourceforge.net/ Works with both ID3 v1 and V2. Reads more than just id3 but should fit the bill. You can also play with the following taken from http://www.htmlhelpcentral.com/messageboard/showthread.php?t=12006 <? class CMP3File { var $title;var $artist;var $album;var $year;var $comment;var $genre; function getid3 ($file) { if