【问题标题】:how to install the ID3 extension on Windows [duplicate]如何在 Windows 上安装 ID3 扩展 [重复]
【发布时间】:2023-04-09 13:30:01
【问题描述】:

使用此代码:

$mp3_tags= id3_get_tag($mp3_file);
printr($mp3_tags);

但调用未定义函数时出错,搜索并发现我必须为 PHP 启用 ID3 扩展,而我在 windows 上卡住了。

【问题讨论】:

    标签: php id3


    【解决方案1】:

    手册shows how to install and this extension(以及所有其他标准手册)。

    不幸的是,它是not available as a compiled DLL on Windows。如果您愿意,可以compile it

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2018-09-25
      • 2010-09-20
      • 1970-01-01
      • 2016-12-30
      • 2020-04-19
      • 2017-10-25
      相关资源
      最近更新 更多