Posted
Filed under PHP
[라이브러리] : http://getid3.org/

//mp3 duration (재생시간 구하기)

$getID3 = new getID3;
$ThisFileInfo = $getID3->analyze($real_file);
getid3_lib::CopyTagsToComments($ThisFileInfo);

$movie_duration = @$ThisFileInfo['playtime_string'];
2012/01/30 10:49 2012/01/30 10:49