<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.phpdbg.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ja',
  ),
  'this' => 
  array (
    0 => 'function.phpdbg-exec.php',
    1 => 'phpdbg_exec',
    2 => '実行コンテクストの設定を試みる',
  ),
  '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' => 'ja',
    '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);

?>
<div id="function.phpdbg-exec" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">phpdbg_exec</h1>
  <p class="verinfo">(PHP 5 &gt;= 5.6.0, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">phpdbg_exec</span> &mdash; <span class="dc-title">実行コンテクストの設定を試みる</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.phpdbg-exec-description">
  <h3 class="title">説明</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>phpdbg_exec</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$context</code></span>): <span class="type"><span class="type"><a href="language.types.string.php" class="type string">string</a></span>|<span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></span></div>

  <p class="simpara">

  </p>

  <div class="warning"><strong class="warning">警告</strong><p class="simpara">この関数は、
現在のところ詳細な情報はありません。引数のリストのみが
記述されています。</p></div>

 </div>


 <div class="refsect1 parameters" id="refsect1-function.phpdbg-exec-parameters">
  <h3 class="title">パラメータ</h3>
  <dl>
   
    <dt><code class="parameter">context</code></dt>
    <dd>
     <span class="simpara">

     </span>
    </dd>
   
  </dl>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.phpdbg-exec-returnvalues">
  <h3 class="title">戻り値</h3>
  <p class="simpara">
   実行コンテクストが既に設定されていた場合、それを返します。
   実行コンテクストが以前設定されたことがない場合、<strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> を返します。
   実行コンテクストを設定出来なかった場合、<strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> を返し、
   <strong><code><a href="errorfunc.constants.php#constant.e-warning">E_WARNING</a></code></strong> が発生します。
  </p>
 </div>


</div><?php manual_footer($setup); ?>