ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
module.misc.par2.php
Go to the documentation of this file.
1 <?php
4 // available at http://getid3.sourceforge.net //
5 // or http://www.getid3.org //
6 // also https://github.com/JamesHeinrich/getID3 //
8 // See readme.txt for more details //
10 // //
11 // module.misc.par2.php //
12 // module for analyzing PAR2 files //
13 // dependencies: NONE //
14 // ///
16 
17 
19 {
20 
21  public function Analyze() {
22  $info = &$this->getid3->info;
23 
24  $info['fileformat'] = 'par2';
25 
26  $this->error('PAR2 parsing not enabled in this version of getID3()');
27  return false;
28 
29  }
30 
31 }
error($text)
Definition: getid3.php:1752
getID3() by James Heinrich info@getid3.org //
$info
Definition: index.php:5