![]() |
EGOCMS
24.0
EGOTEC Content-Managament-System
|
Öffentliche Methoden | |
__construct (string $id='', int $ttl=3600) | |
__destruct () | |
id () | |
pid () | |
exists () | |
remove () | |
Legt einen Prozess-Stempel für den aktuellen PHP Prozess an. Über die Prozess-Stempel-ID kann dann ermittelt werden, ob der PHP Prozess abgeschlossen ist oder noch läuft.
Definiert in Zeile 8 der Datei Ego_Process.php.
__construct | ( | string | $id = '' , |
int | $ttl = 3600 |
||
) |
Konstruktor
string | $id | |
int | $ttl |
Definiert in Zeile 22 der Datei Ego_Process.php.
Benutzt Ego_System\file_put_contents() und pid().
__destruct | ( | ) |
Destruktor
Definiert in Zeile 51 der Datei Ego_Process.php.
exists | ( | ) |
Prüfen, ob der Prozess-Stempel existiert und nicht abgelaufen ist
Definiert in Zeile 100 der Datei Ego_Process.php.
id | ( | ) |
pid | ( | ) |
Prozess-ID ermitteln
Definiert in Zeile 71 der Datei Ego_Process.php.
Wird benutzt von __construct().
remove | ( | ) |