PHP-ID3 icon indicating copy to clipboard operation
PHP-ID3 copied to clipboard

Doesn't work at all in php 7.2

Open dmytro-dzyuba-nix opened this issue 6 years ago • 0 comments

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.

dmytro-dzyuba-nix avatar Nov 16 '18 20:11 dmytro-dzyuba-nix