PHP-ID3
PHP-ID3 copied to clipboard
A MP3 ID3 tags reader in native PHP
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.
The idea is to avoid full retrieval of tags if not necessary. In my case, it was necessary to avoid loading of a corrupted Image attached in APIC, that was...
When i try to file_puts_content result of getImage() this is not working. Images are broken.
``` ( ! ) SCREAM: Error suppression ignored for ( ! ) Fatal error: Allowed memory size of 134217728 bytes [128 megabytes] exhausted (tried to allocate 2147483648 bytes [2048 megabytes])...