How can I find out what version of gestID3 I have?
Thanks!
Version info
-
- getID3() v1 developer
- Posts:1477
- Joined:Fri May 04, 2001 4:00 pm
- Are you a spambot?:no
- Location:Northern Ontario, Canada
- Contact:
Re: Version info
Code: Select all
echo $getid3->VERSION
Code: Select all
const VERSION = '1.9.9-20141121';
-
- User
- Posts:1
- Joined:Fri Feb 27, 2015 1:06 pm
- Are you a spambot?:no
- Contact:
Re: Version info
Thanks! Couldn't find this info for the life of me either.