سؤال

using this code:

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

but there is an error of calling undefined function did a search and found out that i had to enable the ID3 extension for PHP and im stuck doing it on windows.

هل كانت مفيدة؟

المحلول

The manual shows how to install and this extension (and all other standard ones too).

Unfortunately, it is not available as a compiled DLL on Windows. You can compile it if you wish.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top