ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
◀ ilDoc Overview
Par2.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
GetId3\Module\Misc
;
4
5
use
GetId3\Handler\BaseHandler
;
6
9
// available at http://getid3.sourceforge.net //
10
// or http://www.getid3.org //
12
// See readme.txt for more details //
14
// //
15
// module.misc.par2.php //
16
// module for analyzing PAR2 files //
17
// dependencies: NONE //
18
// ///
20
28
class
Par2
extends
BaseHandler
29
{
30
35
public
function
analyze
()
36
{
37
$info
= &$this->getid3->info;
38
39
$info
[
'fileformat'
] =
'par2'
;
40
41
$info
[
'error'
][] =
'PAR2 parsing not enabled in this version of GetId3Core()'
;
42
43
return
false
;
44
45
}
46
47
}
GetId3\Handler\BaseHandler
GetId3() by James Heinrich info@getid3.org //.
Definition:
BaseHandler.php:25
GetId3\Module\Misc\Par2\analyze
analyze()
Definition:
Par2.php:35
GetId3\Module\Misc
Definition:
Cue.php:3
BaseHandler
GetId3\Module\Misc\Par2
GetId3() by James Heinrich info@getid3.org //.
Definition:
Par2.php:28
$info
$info
Definition:
example_052.php:80
php
libs
composer
vendor
phansys
getid3
GetId3
Module
Misc
Par2.php
Generated on Fri Jan 17 2025 19:00:53 for ILIAS by
1.8.13 (using
Doxyfile
)