If you are still looking for the answer, install MP3::Info and use:
$mp3->time_mm_ss();
Other things you can use:
total_secs()
total_secs_int()
total_mins()
leftover_secs()
leftover_msec()
See the bottom of the MP3::Tag page for details
How to create an array from a CSV file using PHP
How to pass an array within a query string?
Insert new item in array on any position in PHP
How to check whether an array is empty using PHP?
Converting an integer to a string in PHP
How can I add elements to an empty array in PHP?
How to find the foreach index?
How can I capture the result of var_dump to a string?