>>385
$str = file_get_contents("example.mp3");
if (substr($str, 0, 3) == "ID3") { ... }