phpdbg_exec

(PHP 5 >= 5.6.0, PHP 7)

phpdbg_execAttempts to set the execution context

Opis

phpdbg_exec ([ string $context ] ) : mixed

Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

Parametry

context

Zwracane wartości

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.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top