get file properties like artist and album name in php -
does 1 know php function can used properties of music files such album, artist, length etc.
i know functions filetype($file), fileperms($file), fileowner($file) , filegroup($file) don't want,
any appreciated.
thanks.
if file formats mp3 can use getid3. getid3() php script extracts useful information mp3s & other multimedia file formats.
Comments
Post a Comment