<?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 => 'pt_BR',
  ),
  'this' => 
  array (
    0 => 'info.constants.php',
    1 => 'Constantes predefinidas',
    2 => 'Constantes predefinidas',
  ),
  'up' => 
  array (
    0 => 'book.info.php',
    1 => 'Op&ccedil;&otilde;es/Info do PHP',
  ),
  'prev' => 
  array (
    0 => 'info.configuration.php',
    1 => 'Configura&ccedil;&otilde;es em Execu&ccedil;&atilde;o',
  ),
  'next' => 
  array (
    0 => 'ref.info.php',
    1 => 'Fun&ccedil;&otilde;es para Op&ccedil;&otilde;es/Info do PHP',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'pt_BR',
    '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">Constantes predefinidas</h1>

 <p class="simpara">
As constantes abaixo estão sempre disponíveis como parte do núcleo do PHP.
</p>
 <table id="constant.credits.constants" class="doctable table">
      <tr>
       <th>Constantes</th>
       <th>Descrição</th>
      </tr>
  <strong class="title">Constantes predefinidas da função <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">
     Uma lista do núcleo de desenvolvedores
    </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">
     Créditos em geral: design e conceito da linguagem, autores do PHP
     e módulo 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">
     Uma lista dos módulos API dos servidores para o PHP, e seus autores.
    </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">
     Uma lista dos módulos de extensão para o PHP, e seus autores.
    </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">
     Os créditos para a equipe de documentação.
    </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">
     Normalmente usada em combinação com as outras opções. Indica
     que uma página HTML completa precisa ser mostrada
     incluindo a informação indicada pelas outras
     opções.
    </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">
     Os créditos para a equipe de controle de qualidade.
    </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">
     Todos os créditos, equivalente a usar: <code class="literal">CREDITS_DOCS
     | CREDITS_GENERAL | CREDITS_GROUP | CREDITS_MODULES | CREDITS_QA
     | CREDITS_FULLPAGE</code>. Gera uma página HTML completa
     com as etiquetas apropriadas. Este é o valor padrão.
    </span>
   </td>
  </tr>
 </table>

 <table id="constant.info.constants" class="doctable table">
      <tr>
       <th>Constantes</th>
       <th>Descrição</th>
      </tr>
  <strong class="title">Constantes da função <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">
     A linha da configuração, localização do <var class="filename">php.ini</var>, data de construção,
     servidor web, sistema e mais.
    </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">
     Créditos do PHP. Veja também <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">
     Valores atuais e principais para as diretivas de configuração do PHP.
     Veja também <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">
     Módulos carregados e suas respectivas configurações.
    </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">
     Informações das variáveis de ambiente que também estão disponíveis em
     <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">
     Mostra todas as <a href="language.variables.predefined.php" class="link">
     variáveis predefinidas</a> do <code class="literal">EGPCS</code> (ENV, GET,
     POST, COOKIE, SERVER).
    </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">
     Informação sobre a licença do PHP. Veja também <a href="https://www.php.net/license/" class="link external">&raquo;&nbsp;a seção sobre licença</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">
     Mostra todas as opções acima. Este é o valor padrão.
    </span>
   </td>
  </tr>
 </table>

 <table id="constant.ini-mode" class="doctable table">
      <tr>
       <th>Constantes</th>
       <th>Descrição</th>
      </tr>
  <strong class="title">Constantes de modo 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">
     A entrada pode der definida em scripts do usuário (como com <span class="function"><a href="function.ini-set.php" class="function">ini_set()</a></span>)
     ou no <a href="configuration.changes.php#configuration.changes.windows" class="link">registro do Windows</a>.
     A entrada pode ser definida no <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">
     A entrada pode der definida no <var class="filename">php.ini</var>, <var class="filename">.htaccess</var>, <var class="filename">httpd.conf</var> ou <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">
     A entrada pode der definida no <var class="filename">php.ini</var> ou <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">
     A entrada pode der definida em qualquer lugar.
    </span>
   </td>
  </tr>
 </table>

 <p class="simpara">
  Constantes de assetividade. Estes valores são usados para definir
  as opções de assertividade em <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>Constantes</th>
       <th>Descrição</th>
      </tr>
  <strong class="title">Constantes da função <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">
     Habilita avaliação da função <span class="function"><a href="function.assert.php" class="function">assert()</a></span>.
    </p>
    <div class="warning"><strong class="warning">Aviso</strong><p class="simpara">Este recurso foi
<em>DESCONTINUADO</em> a partir do PHP 8.3.0. O uso deste recurso
é fortemente desencorajado.</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">
     Função de retorno a ser chamada em afirmações falhadas.
    </p>
    <div class="warning"><strong class="warning">Aviso</strong><p class="simpara">Este recurso foi
<em>DESCONTINUADO</em> a partir do PHP 8.3.0. O uso deste recurso
é fortemente desencorajado.</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">
     Termina execução em afirmações falhadas.
    </p>
    <div class="warning"><strong class="warning">Aviso</strong><p class="simpara">Este recurso foi
<em>DESCONTINUADO</em> a partir do PHP 8.3.0. O uso deste recurso
é fortemente desencorajado.</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">
     Emite uma <span class="classname"><a href="class.assertionerror.php" class="classname">AssertionError</a></span> para cada afirmação falhada.
    </p>
    <div class="warning"><strong class="warning">Aviso</strong><p class="simpara">Este recurso foi
<em>DESCONTINUADO</em> a partir do PHP 8.3.0. O uso deste recurso
é fortemente desencorajado.</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">
     Emite um alerta do PHP para cada afirmação falhada.
    </p>
    <div class="warning"><strong class="warning">Aviso</strong><p class="simpara">Este recurso foi
<em>DESCONTINUADO</em> a partir do PHP 8.3.0. O uso deste recurso
é fortemente desencorajado.</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">
     Desabilita <code class="literal">error_reporting</code> durante avaliação de expressão de afirmação.
     <div class="warning"><strong class="warning">Aviso</strong>
<p class="simpara">Este recurso foi <em>REMOVIDO</em> a partir do PHP 8.0.0.</p>
</div>
    </p>
   </td>
  </tr>
 </table>

 <p class="simpara">
  As constantes a seguir somente estão disponíveis se o sistema operacional
  do servidor for Windows, e detalham diferentes informações de versão
  de forma a possibilitar detecção de vários recursos e fazer uso deles.
 </p>
 <table id="constant.windows.constants" class="doctable table">
      <tr>
       <th>Constantes</th>
       <th>Descrição</th>
      </tr>
  <strong class="title">Constantes específicas do 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">
     A versão principal do Windows, que pode ser <code class="literal">4</code> (NT4/Me/98/95),
     <code class="literal">5</code> (XP/2003 R2/2003/2000) ou <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">
     A versão secundária do Windows, que pode ser <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)
     ou <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">
     O número de construção do Windows (por exemplo, Windows Vista com SP1 aplicado tem o número 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">
     A plataforma em que o PHP está atualmente em execução, este valor é <code class="literal">2</code> no Windows
     Vista/XP/2000/NT4, Server 2008/2003 e <code class="literal">1</code> no Windows ME/98/95.
    </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">
     A versão principal do pacote de serviço instalado, este valor é <code class="literal">0</code>
     se não houver nenhum instalado. Por exemplo, Windows XP com pacote de serviço 3 instalado
     terá valor de <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">
     A versão secundária do pacote de serviço instalado, este valor é <code class="literal">0</code>
     se não houver nenhum.
    </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">
     Uma máscara de bits que informa se vários recursos do Windows estão instalados,
     consulte a tabela abaixo para possível valores.
    </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">
     Contém o valor usado para determinar as constantes
     <code class="literal">PHP_WINDOWS_NT_<span class="replaceable">*</span></code>.
     Este valor pode ser uma das constantes
     <code class="literal">PHP_WINDOWS_NT_<span class="replaceable">*</span></code>
     que indicam o tipo de plataforma.
    </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">
     Este é um controlador de domínio.
    </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">
     Este é um sistema de servidor (ex.: Server 2008/2003/2000), observe que se este for um
     controlador de domínio, será reportado como <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">
     Este é um sistema de estação de trabalho (ex.: Vista/XP/2000/NT4).
    </span>
   </td>
  </tr>
 </table>
 <p class="simpara">
  Esta tabela mostra uma lista de recursos que podem ser verificados para uso da máscara de bits
  <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>Campos de bits para suítes Windows</strong></caption>
  
   <thead>
    <tr>
     <th>Bits</th>
     <th>Descrição</th>
    </tr>

   </thead>

   <tbody class="tbody">
    <tr>
     <td><code class="literal">0x00000004</code></td>
     <td>Componentes do Microsoft BackOffice estão instalados.</td>
    </tr>

    <tr>
     <td><code class="literal">0x00000400</code></td>
     <td>Windows Server 2003, Web Edition está instalado.</td>
    </tr>

    <tr>
     <td><code class="literal">0x00004000</code></td>
     <td>Windows Server 2003, Compute Cluster Edition está instalado.</td>
    </tr>

    <tr>
     <td><code class="literal">0x00000080</code></td>
     <td>
      Windows Server 2008 Datacenter, Windows Server 2003, Datacenter Edition ou
      Windows 2000 Datacenter Server estão instalados.
     </td>
    </tr>

    <tr>
     <td><code class="literal">0x00000002</code></td>
     <td>
      Windows Server 2008 Enterprise, Windows Server 2003, Enterprise Edition,
      Windows 2000 Advanced Server ou Windows NT Server 4.0 Enterprise Edition
      estão instalados.
     </td>
    </tr>

    <tr>
     <td><code class="literal">0x00000040</code></td>
     <td>Windows XP Embedded está instalado.</td>
    </tr>

    <tr>
     <td><code class="literal">0x00000200</code></td>
     <td>
      Windows Vista Home Premium, Windows Vista Home Basic ou Windows XP Home
      Edition estão instalados.
     </td>
    </tr>

    <tr>
     <td><code class="literal">0x00000100</code></td>
     <td>
      Área de Trabalho Remota é suportada, mas somente uma sessão interativa é suportada.
      Este valor estará definido a menos que o sistema esteja sendo executado em modo de servidor de aplicação.
     </td>
    </tr>

    <tr>
     <td><code class="literal">0x00000001</code></td>
     <td>
      Microsoft Small Business Server foi instalado uma vez no sistema, mas pode ter
      sido atualizado para outra versão do Windows.
     </td>
    </tr>

    <tr>
     <td><code class="literal">0x00000020</code></td>
     <td>
      Microsoft Small Business Server está instalado com a licença de cliente
      restritiva.
     </td>
    </tr>

    <tr>
     <td><code class="literal">0x00002000</code></td>
     <td>Windows Storage Server 2003 R2 ou Windows Storage Server 2003 está instalado.</td>
    </tr>

    <tr>
     <td><code class="literal">0x00000010</code></td>
     <td>
      Terminal Services está instalado. Este valor sempre estará definido. Se este valor estiver definido mas
      <code class="literal">0x00000100</code> não estiver, então o sistema está sendo executado em modo de
      servidor de aplicação.
     </td>
    </tr>

    <tr>
     <td><code class="literal">0x00008000</code></td>
     <td>Windows Home Server está instalado.</td>
    </tr>

   </tbody>
  
 </table>

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