PHP-ID3
PHP-ID3 copied to clipboard
Doesn't work at all in php 7.2
I tried to var_dump $id3->getId3Array(). It returned: array(1) { ["TALB"]=> array(4) { ["fullTagName"]=> string(22) "Album/Movie/Show title" ["position"]=> int(10) ["size"]=> string(2) "35" ["body"]=> string(0) "" } }
Which is complete nonsense.