|
Size: | 251 |
Storage flags: | strip |
<?php
class getid3_par2 extends getid3_handler
{
public function Analyze() {
$info = &$this->getid3->info;
$info['fileformat'] = 'par2';
$info['error'][] = 'PAR2 parsing not enabled in this version of getID3()';
return false;
}
}