<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/features.commandline.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ja',
  ),
  'this' => 
  array (
    0 => 'features.commandline.ini.php',
    1 => 'INI 設定',
    2 => 'INI 設定',
  ),
  'up' => 
  array (
    0 => 'features.commandline.php',
    1 => 'コマンドラインの使用法',
  ),
  'prev' => 
  array (
    0 => 'features.commandline.webserver.php',
    1 => 'ビルトインウェブサーバー',
  ),
  'next' => 
  array (
    0 => 'features.gc.php',
    1 => 'ガベージコレクション',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    'path' => 'features/commandline.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="features.commandline.ini" class="section">
   <h2 class="title">INI 設定</h2>
   <p class="para">
    <table class="doctable table">
     <caption><strong>CLI SAPI の設定オプション</strong></caption>
     
      <thead>
       <tr>
        <th>名前</th>
        <th>デフォルト</th>
        <th>変更可能</th>
        <th>変更履歴</th>
       </tr>

      </thead>

      <tbody class="tbody">
       <tr>
        <td><a href="features.commandline.ini.php#ini.cli-server.color" class="link">cli_server.color</a></td>
        <td>&quot;0&quot;</td>
        <td><strong><code><a href="info.constants.php#constant.ini-all">INI_ALL</a></code></strong></td>
        <td class="empty">&nbsp;</td>
       </tr>

      </tbody>
     
    </table>

   </p>
   
   <p class="para">以下に設定ディレクティブに関する
簡単な説明を示します。</p>
   
   <p class="para">
    <dl>
     
      <dt id="ini.cli-server.color">
       <code class="parameter">cli_server.color</code>
       <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span>
      </dt>
      <dd>
       <p class="para">
        組み込みの開発用ウェブサーバーで、ANSI カラーコードを使ってターミナルに出力できるようにします。
       </p>
      </dd>
     
    </dl>
   </p>
  </div><?php manual_footer($setup); ?>