phpdbg_exec
(PHP 5 >= 5.6.0, PHP 7, PHP 8)
phpdbg_exec — Attempts to set the execution context
Beschreibung
$context
): string|bool
Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.
Parameter-Liste
-
context
-
Rückgabewerte
If the execution context was set previously it is returned.
If the execution context was not set previously true
is returned.
If the request to set the context fails, false
is returned, and an
E_WARNING
raised.