CakeFest 2024: The Official CakePHP Conference

phpdbg_exec

(PHP 5 >= 5.6.0, PHP 7, PHP 8)

phpdbg_execAttempts to set the execution context

Açıklama

phpdbg_exec(string $context): string|bool

Uyarı

Bu işlev hala belgelendirilmemiştir; sadece bağımsız değişken listesi mevcuttur.

Bağımsız Değişkenler

context

Dönen Değerler

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

User Contributed Notes

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