ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
All
Functions
Variables
+
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
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
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
g
h
i
j
k
l
m
n
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
Typedefs
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Modules
Pages
flush.php
Go to the documentation of this file.
1
#!/usr/bin/php
2
<?
php
3
4
chdir(dirname(__FILE__));
5
require_once
'common.php'
;
6
assertCli
();
7
14
function
e
(
$cmd
)
15
{
16
echo
"\$ $cmd\n"
;
17
passthru(
$cmd
, $status);
18
echo
"\n"
;
19
if
($status)
exit
($status);
20
}
21
22
$php
= empty(
$_SERVER
[
'argv'
][1]) ?
'php'
:
$_SERVER
[
'argv'
][1];
23
24
e
(
$php
.
' generate-includes.php'
);
25
e
(
$php
.
' generate-schema-cache.php'
);
26
e
(
$php
.
' flush-definition-cache.php'
);
27
e
(
$php
.
' generate-standalone.php'
);
28
e
(
$php
.
' config-scanner.php'
);
29
30
// vim: et sw=4 sts=4
$_SERVER
if((!isset($_SERVER['DOCUMENT_ROOT'])) OR(empty($_SERVER['DOCUMENT_ROOT']))) $_SERVER['DOCUMENT_ROOT']
Definition:
tcpdf_autoconfig.php:54
$cmd
$cmd
Definition:
sahs_server.php:35
e
e($cmd)
Definition:
flush.php:14
assertCli
assertCli()
Definition:
common.php:3
echo
php
exit
exit
Definition:
old-extract-schema.php:8
$php
$php
Definition:
flush.php:22
libs
composer
vendor
ezyang
htmlpurifier
maintenance
flush.php
Generated on Fri Apr 18 2025 19:00:49 for ILIAS by
1.8.13 (using
Doxyfile
)