ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Files
File List
+
Globals
+
All
$
(
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
v
w
x
+
Variables
$
(
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
module.archive.rar.php
Go to the documentation of this file.
1
<?php
4
// available at http://getid3.sourceforge.net //
5
// or http://www.getid3.org //
7
// See readme.txt for more details //
9
// //
10
// module.archive.rar.php //
11
// module for analyzing RAR files //
12
// dependencies: NONE //
13
// ///
15
16
17
class
getid3_rar
18
{
19
20
function
getid3_rar
(&$fd, &$ThisFileInfo) {
21
22
$ThisFileInfo[
'fileformat'
] =
'rar'
;
23
24
$ThisFileInfo[
'error'
][] =
'RAR parsing not enabled in this version of getID3()'
;
25
return
false
;
26
27
}
28
29
}
30
31
32
?>
getid3_rar\getid3_rar
getid3_rar(&$fd, &$ThisFileInfo)
Definition:
module.archive.rar.php:20
getid3_rar
getID3() by James Heinrich info@getid3.org //
Definition:
module.archive.rar.php:17
Services
MediaObjects
getid3
getid3
module.archive.rar.php
Generated on Mon Mar 31 2025 19:00:47 for ILIAS by
1.8.13 (using
Doxyfile
)