issues
search
kiwilan
/
php-audio
PHP package to parse and update audio files metadata, with JamesHeinrich/getID3.
MIT License
15
stars
0
forks
source link
#29 Call to a member function format() on false in AudioCore.php:543
#30
Closed
panVag
closed
5 months ago
panVag
commented
5 months ago
Fixes #29 by:
use
DateTimeImmutable
super powers to parse date and datetime strings
catch and ignore exception when instantiating the aforementioned object so the whole script won't fail
remove the null safe operators when it's not needed
Fixes #29 by:
DateTimeImmutable
super powers to parse date and datetime strings