如何使用 php 从音乐文件中获取艺术家姓名?
我有一个包含艺术家姓名或作者姓名的音乐文件。我想使用 php 获取作者详细信息。这可能吗?
I have a music file having artist name or author name.I want to fetch author details by using php.Is it possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您没有说明音乐文件的格式,但如果它不是太奇特,最简单的方法可能是使用 获取ID3。
You didn't state the format of the music file, but if it's nothing too exotic, the easiest way would probably be to use getID3.