array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'uk', ), 'this' => array ( 0 => 'function.phpdbg-exec.php', 1 => 'phpdbg_exec', 2 => 'Attempts to set the execution context', ), 'up' => array ( 0 => 'ref.phpdbg.php', 1 => 'phpdbg Функції', ), 'prev' => array ( 0 => 'function.phpdbg-end-oplog.php', 1 => 'phpdbg_end_oplog', ), 'next' => array ( 0 => 'function.phpdbg-get-executable.php', 1 => 'phpdbg_get_executable', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/phpdbg/functions/phpdbg-exec.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

phpdbg_exec

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

phpdbg_execAttempts to set the execution context

Опис

phpdbg_exec(string $context): string|bool

Увага

Наразі ця функція не документована. Доступний лише список її параметрів.

Параметри

context

Значення, що повертаються

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.