Php MP3 Tag Processing

 ̄綄美尐妖づ 提交于 2019-12-24 03:32:10

问题


I have a php script that I want to provide a list of music from. The files are named 01.mp3 02.mp3 and 03.mp3 and so on. They all have tag info. My question is how do I access that in my php script.


回答1:


You need a script to parse the mp3 file to acces to the data.

From google:
http://getid3.sourceforge.net
http://www.codediesel.com/pear/reading-mp3-file-tags-in-php/ ...



来源:https://stackoverflow.com/questions/7536713/php-mp3-tag-processing

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!