<Website>

getID3

PHK Home

File: /lib/module.misc.par2.php

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;

}

}

For more information about the PHK package format: http://phk.tekwire.net