用法示例:
function mp3_len($file) {
$m = new mp3file($file);
$a = $m->get_metadata();
return $a['Length'] ? $a['Length'] : 0;
}
mp3file.class.zip
( 2.76 KB 下载:882 次 )
function mp3_len($file) {
$m = new mp3file($file);
$a = $m->get_metadata();
return $a['Length'] ? $a['Length'] : 0;
}
mp3file.class.zip
( 2.76 KB 下载:882 次 )