- #!/usr/bin/php -q
- <?php
- require_once('getid3.php');
- $fileUrl ="11471.mp3";
- $getID3 = new getID3(); //ʵÀý»¯Àà
- $ThisFileInfo = $getID3->analyze("11471.mp3");
- $time = $ThisFileInfo['playtime_seconds'];
- $agi->verbose($ThisFileInfo['playtime_seconds']);
- ?>
|