<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.info.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ja',
  ),
  'this' => 
  array (
    0 => 'info.constants.php',
    1 => '定義済み定数',
    2 => '定義済み定数',
  ),
  'up' => 
  array (
    0 => 'book.info.php',
    1 => 'PHP Options/Info',
  ),
  'prev' => 
  array (
    0 => 'info.configuration.php',
    1 => '実行時設定',
  ),
  'next' => 
  array (
    0 => 'ref.info.php',
    1 => 'PHP オプション/情報 関数',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    'path' => 'reference/info/constants.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="info.constants" class="appendix">
 <h1 class="title">定義済み定数</h1>

 <p class="simpara">
以下の定数は、PHP コアに含まれており、常に利用可能です。
</p>
 <table id="constant.credits.constants" class="doctable table">
      <tr>
       <th>定数</th>
       <th>説明</th>
      </tr>
  <strong class="title">定義済の <span class="function"><a href="function.phpcredits.php" class="function">phpcredits()</a></span> 定数</strong>
  <tr>
   <td id="constant.credits-group">
    <strong><code><a href="info.constants.php#constant.credits-group">CREDITS_GROUP</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     コア開発者のリスト
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.credits-general">
    <strong><code><a href="info.constants.php#constant.credits-general">CREDITS_GENERAL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     一般的なクレジット: 言語設計とコンセプト、PHP と
     PHP SAPIモジュールの作者。
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.credits-sapi">
    <strong><code><a href="info.constants.php#constant.credits-sapi">CREDITS_SAPI</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     PHPのサーバーAPIモジュールとその作者の一覧。
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.credits-modules">
    <strong><code><a href="info.constants.php#constant.credits-modules">CREDITS_MODULES</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     PHPの拡張モジュールとその作者の一覧。
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.credits-docs">
    <strong><code><a href="info.constants.php#constant.credits-docs">CREDITS_DOCS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     ドキュメント作成チームのクレジット
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.credits-fullpage">
    <strong><code><a href="info.constants.php#constant.credits-fullpage">CREDITS_FULLPAGE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     通常、他のフラグと組み合わせて使用されます。
     他のフラグで示される情報を含む完全に独立したHTMLページを出力する
     ことを指定します。
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.credits-qa">
    <strong><code><a href="info.constants.php#constant.credits-qa">CREDITS_QA</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     品質管理チームのクレジット
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.credits-all">
    <strong><code><a href="info.constants.php#constant.credits-all">CREDITS_ALL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     全てのクレジット、<code class="literal">CREDITS_DOCS |
     CREDITS_GENERAL | CREDITS_GROUP | CREDITS_MODULES |
     CREDITS_FULLPAGE</code> を指定した場合と同じ。
     この定数は、適当なタグを有する完全にスタンドアローンのHTMLページ
     を生成します。
    </span>
   </td>
  </tr>
 </table>

 <table id="constant.info.constants" class="doctable table">
      <tr>
       <th>定数</th>
       <th>説明</th>
      </tr>
  <strong class="title"><span class="function"><a href="function.phpinfo.php" class="function">phpinfo()</a></span> の定数</strong>
  <tr>
   <td id="constant.info-general">
    <strong><code><a href="info.constants.php#constant.info-general">INFO_GENERAL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     configureオプション、<var class="filename">php.ini</var> の場所、構築日、Webサーバー、システム等。
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.info-credits">
    <strong><code><a href="info.constants.php#constant.info-credits">INFO_CREDITS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     PHP クレジット。<span class="function"><a href="function.phpcredits.php" class="function">phpcredits()</a></span>も参照ください。
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.info-configuration">
    <strong><code><a href="info.constants.php#constant.info-configuration">INFO_CONFIGURATION</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     PHPディレクティブの現在のローカルおよびマスター値。
     <span class="function"><a href="function.ini-get.php" class="function">ini_get()</a></span>も参照ください。
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.info-modules">
    <strong><code><a href="info.constants.php#constant.info-modules">INFO_MODULES</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     ロードされているモジュールとそれぞれの設定。
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.info-environment">
    <strong><code><a href="info.constants.php#constant.info-environment">INFO_ENVIRONMENT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     環境変数に関する情報で、<var class="varname"><a href="reserved.variables.environment.php" class="classname">$_ENV</a></var>でも入手可能です。
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.info-variables">
    <strong><code><a href="info.constants.php#constant.info-variables">INFO_VARIABLES</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     <code class="literal">EGPCS</code> (Environment, GET, POST, Cookie, Server)から<a href="language.variables.predefined.php" class="link">定義済の変数</a>を表示します。
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.info-license">
    <strong><code><a href="info.constants.php#constant.info-license">INFO_LICENSE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     PHPライセンス情報。<a href="https://www.php.net/license/" class="link external">&raquo;&nbsp;license
     faq</a>も参照ください。
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.info-all">
    <strong><code><a href="info.constants.php#constant.info-all">INFO_ALL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     上記を全て表示します。これがデフォルト値です。
    </span>
   </td>
  </tr>
 </table>

 <table id="constant.ini-mode" class="doctable table">
      <tr>
       <th>定数</th>
       <th>説明</th>
      </tr>
  <strong class="title">INI モードの定数</strong>
  <tr>
   <td id="constant.ini-user">
    <strong><code><a href="info.constants.php#constant.ini-user">INI_USER</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     エントリはユーザーのスクリプトで
     (<span class="function"><a href="function.ini-set.php" class="function">ini_set()</a></span> のようなものを使って)
     設定できます。
     また、<a href="configuration.changes.php#configuration.changes.windows" class="link">Windows registry</a>
     でも設定できます。
     <var class="filename">.user.ini</var> でも設定できます。
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.ini-perdir">
    <strong><code><a href="info.constants.php#constant.ini-perdir">INI_PERDIR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     エントリは <var class="filename">php.ini</var>, <var class="filename">.htaccess</var>, <var class="filename">httpd.conf</var>, <var class="filename">.user.ini</var>
     で設定できます。
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.ini-system">
    <strong><code><a href="info.constants.php#constant.ini-system">INI_SYSTEM</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     エントリは <var class="filename">php.ini</var> または <var class="filename">httpd.conf</var> で設定できます。
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.ini-all">
    <strong><code><a href="info.constants.php#constant.ini-all">INI_ALL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     エントリはどこでも設定できます
    </span>
   </td>
  </tr>
 </table>

 <p class="simpara">
  Assert 定数。これらの値を使用して、
  <span class="function"><a href="function.assert-options.php" class="function">assert_options()</a></span> のオプションを設定します。
 </p>
 <table id="constant.assert.constants" class="doctable table">
      <tr>
       <th>定数</th>
       <th>説明</th>
      </tr>
  <strong class="title"><span class="function"><a href="function.assert.php" class="function">assert()</a></span> 定数</strong>
  <tr>
   <td id="constant.assert-active">
    <strong><code><a href="info.constants.php#constant.assert-active">ASSERT_ACTIVE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     <span class="function"><a href="function.assert.php" class="function">assert()</a></span> の評価を有効にします。
    </p>
    <div class="warning"><strong class="warning">警告</strong><p class="simpara">この機能は PHP 8.3.0 で
<em>非推奨</em>になります。この機能に頼らないことを強く推奨します。</p></div>
   </td>
  </tr>
  <tr>
   <td id="constant.assert-callback">
    <strong><code><a href="info.constants.php#constant.assert-callback">ASSERT_CALLBACK</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     アサーションに失敗した場合に実行するコールバック。
    </p>
    <div class="warning"><strong class="warning">警告</strong><p class="simpara">この機能は PHP 8.3.0 で
<em>非推奨</em>になります。この機能に頼らないことを強く推奨します。</p></div>
   </td>
  </tr>
  <tr>
   <td id="constant.assert-bail">
    <strong><code><a href="info.constants.php#constant.assert-bail">ASSERT_BAIL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     アサーションに失敗した時点に実行を中断します。
    </p>
    <div class="warning"><strong class="warning">警告</strong><p class="simpara">この機能は PHP 8.3.0 で
<em>非推奨</em>になります。この機能に頼らないことを強く推奨します。</p></div>
   </td>
  </tr>
  <tr>
   <td id="constant.assert-exception">
    <strong><code><a href="info.constants.php#constant.assert-exception">ASSERT_EXCEPTION</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     アサーションに失敗するたびに <span class="classname"><a href="class.assertionerror.php" class="classname">AssertionError</a></span> をスローします。
    </p>
    <div class="warning"><strong class="warning">警告</strong><p class="simpara">この機能は PHP 8.3.0 で
<em>非推奨</em>になります。この機能に頼らないことを強く推奨します。</p></div>
   </td>
  </tr>
  <tr>
   <td id="constant.assert-warning">
    <strong><code><a href="info.constants.php#constant.assert-warning">ASSERT_WARNING</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     アサーションに失敗するたびに PHP の警告を発行します。
    </p>
    <div class="warning"><strong class="warning">警告</strong><p class="simpara">この機能は PHP 8.3.0 で
<em>非推奨</em>になります。この機能に頼らないことを強く推奨します。</p></div>
   </td>
  </tr>
  <tr>
   <td id="constant.assert-quiet-eval">
    <strong><code><a href="info.constants.php#constant.assert-quiet-eval">ASSERT_QUIET_EVAL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     アサーション式の評価中は <code class="literal">error_reporting</code> を無効にします。
     <div class="warning"><strong class="warning">警告</strong>
<p class="simpara">この機能は、PHP 8.0.0 で <em>削除されました</em>。</p>
</div>
    </p>
   </td>
  </tr>
 </table>

 <p class="simpara">
  次の定数は、ホスト OS が Windows の場合にのみ使用可能なものです。
  バージョン情報を知ることができるので、さまざまな機能を使う際に役立ちます。
 </p>
 <table id="constant.windows.constants" class="doctable table">
      <tr>
       <th>定数</th>
       <th>説明</th>
      </tr>
  <strong class="title">Windows 固有の定数</strong>
  <tr>
   <td id="constant.php-windows-version-major">
    <strong><code><a href="info.constants.php#constant.php-windows-version-major">PHP_WINDOWS_VERSION_MAJOR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Windows のメジャーバージョン。<code class="literal">4</code> (NT4/Me/98/95)、
     <code class="literal">5</code> (XP/2003 R2/2003/2000) あるいは <code class="literal">6</code> (Vista/2008/7/8/8.1) となります。
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.php-windows-version-minor">
    <strong><code><a href="info.constants.php#constant.php-windows-version-minor">PHP_WINDOWS_VERSION_MINOR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Windows のマイナーバージョン。<code class="literal">0</code> (Vista/2008/2000/NT4/95)、
     <code class="literal">1</code> (XP)、<code class="literal">2</code> (2003 R2/2003/XP x64)、<code class="literal">10</code> (98)
     あるいは <code class="literal">90</code> (ME) となります。
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.php-windows-version-build">
    <strong><code><a href="info.constants.php#constant.php-windows-version-build">PHP_WINDOWS_VERSION_BUILD</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Windows のビルド番号 (たとえば Windows Vista SP1 はビルド 6001 となります)。
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.php-windows-version-platform">
    <strong><code><a href="info.constants.php#constant.php-windows-version-platform">PHP_WINDOWS_VERSION_PLATFORM</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     PHP が現在動作しているプラットフォーム。この値は Windows
     Vista/XP/2000/NT4, Server 2008/2003 では <code class="literal">2</code>、
     Windows ME/98/95 では <code class="literal">1</code> となります。
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.php-windows-version-sp-major">
    <strong><code><a href="info.constants.php#constant.php-windows-version-sp-major">PHP_WINDOWS_VERSION_SP_MAJOR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     インストールされているサービスパックのメジャーバージョン。サービスパックがインストールされていない場合は
     <code class="literal">0</code> となります。たとえば Windows XP にサービスパック 3
     をインストールした場合、この値は <code class="literal">3</code> となります。
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.php-windows-version-sp-minor">
    <strong><code><a href="info.constants.php#constant.php-windows-version-sp-minor">PHP_WINDOWS_VERSION_SP_MINOR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     インストールされているサービスパックのマイナーバージョン。サービスパックがインストールされていない場合は
     <code class="literal">0</code> となります。
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.php-windows-version-suitemask">
    <strong><code><a href="info.constants.php#constant.php-windows-version-suitemask">PHP_WINDOWS_VERSION_SUITEMASK</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Windows のさまざまな機能がインストールされているかどうかを示すビットマスク。
     各フィールドの意味については以下の表を参照ください。
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.php-windows-version-producttype">
    <strong><code><a href="info.constants.php#constant.php-windows-version-producttype">PHP_WINDOWS_VERSION_PRODUCTTYPE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     <code class="literal">PHP_WINDOWS_NT_<span class="replaceable">*</span></code> 定数を決定するために使用する値を含みます。
     この値は <code class="literal">PHP_WINDOWS_NT_*</code> 定数のいずれかとなり、
     プラットフォームの形式を示します。
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.php-windows-nt-domain-controller">
    <strong><code><a href="info.constants.php#constant.php-windows-nt-domain-controller">PHP_WINDOWS_NT_DOMAIN_CONTROLLER</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     これはドメインコントローラです。
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.php-windows-nt-server">
    <strong><code><a href="info.constants.php#constant.php-windows-nt-server">PHP_WINDOWS_NT_SERVER</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     これはサーバーシステム (Server 2008/2003/2000 など) です。もしドメインコントローラである場合は
     <strong><code><a href="info.constants.php#constant.php-windows-nt-domain-controller">PHP_WINDOWS_NT_DOMAIN_CONTROLLER</a></code></strong> と報告されることに注意しましょう。
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.php-windows-nt-workstation">
    <strong><code><a href="info.constants.php#constant.php-windows-nt-workstation">PHP_WINDOWS_NT_WORKSTATION</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     これはワークステーションシステム (Vista/XP/2000/NT4 など) です。
    </span>
   </td>
  </tr>
 </table>
 <p class="simpara">
  この表は、<strong><code><a href="info.constants.php#constant.php-windows-version-suitemask">PHP_WINDOWS_VERSION_SUITEMASK</a></code></strong>
  のビットマスクを使用して確認できる機能の一覧を示すものです。
 </p>
 <table class="doctable table">
  <caption><strong>Windows suitemask ビットフィールド</strong></caption>
  
   <thead>
    <tr>
     <th>ビット</th>
     <th>説明</th>
    </tr>

   </thead>

   <tbody class="tbody">
    <tr>
     <td><code class="literal">0x00000004</code></td>
     <td>Microsoft BackOffice コンポーネントがインストールされています。</td>
    </tr>

    <tr>
     <td><code class="literal">0x00000400</code></td>
     <td>Windows Server 2003, Web Edition がインストールされています。</td>
    </tr>

    <tr>
     <td><code class="literal">0x00004000</code></td>
     <td>Windows Server 2003, Compute Cluster Edition がインストールされています。</td>
    </tr>

    <tr>
     <td><code class="literal">0x00000080</code></td>
     <td>
      Windows Server 2008 Datacenter, Windows Server 2003, Datacenter Edition あるいは
      Windows 2000 Datacenter Server がインストールされています。
     </td>
    </tr>

    <tr>
     <td><code class="literal">0x00000002</code></td>
     <td>
      Windows Server 2008 Enterprise, Windows Server 2003, Enterprise Edition, 
      Windows 2000 Advanced Server あるいは Windows NT Server 4.0 Enterprise Edition 
      がインストールされています。
     </td>
    </tr>

    <tr>
     <td><code class="literal">0x00000040</code></td>
     <td>Windows XP Embedded がインストールされています。</td>
    </tr>

    <tr>
     <td><code class="literal">0x00000200</code></td>
     <td>
      Windows Vista Home Premium, Windows Vista Home Basic あるいは Windows XP Home 
      Edition がインストールされています。
     </td>
    </tr>

    <tr>
     <td><code class="literal">0x00000100</code></td>
     <td>
      リモートデスクトップに対応していますが、
      ひとつのインタラクティブセッションしかサポートしていません。
      この値は、システムがアプリケーションサーバーモードで実行中でない場合に設定されます。
     </td>
    </tr>

    <tr>
     <td><code class="literal">0x00000001</code></td>
     <td>
      Microsoft Small Business Server がかつてインストールされていましたが、
      Windows の別のバージョンにアップグレードされました。
     </td>
    </tr>

    <tr>
     <td><code class="literal">0x00000020</code></td>
     <td>
      Microsoft Small Business Server が、制限クライアントライセンスでインストールされています。
     </td>
    </tr>

    <tr>
     <td><code class="literal">0x00002000</code></td>
     <td>Windows Storage Server 2003 R2 あるいは Windows Storage Server 2003 がインストールされています。</td>
    </tr>

    <tr>
     <td><code class="literal">0x00000010</code></td>
     <td>
      ターミナルサービスがインストールされています。
      この値は常に設定されています。もしこの値が設定されているのに
      <code class="literal">0x00000100</code> が設定されていなければ、
      そのシステムはアプリケーションサーバーモードで動作しています。
     </td>
    </tr>

    <tr>
     <td><code class="literal">0x00008000</code></td>
     <td>Windows Home Server がインストールされています。</td>
    </tr>

   </tbody>
  
 </table>

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