<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.rar.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'pt_BR',
  ),
  'this' => 
  array (
    0 => 'rar.constants.php',
    1 => 'Constantes predefinidas',
    2 => 'Constantes predefinidas',
  ),
  'up' => 
  array (
    0 => 'book.rar.php',
    1 => 'Rar',
  ),
  'prev' => 
  array (
    0 => 'rar.resources.php',
    1 => 'Tipos de Recurso',
  ),
  'next' => 
  array (
    0 => 'rar.examples.php',
    1 => 'Exemplos',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'pt_BR',
    'path' => 'reference/rar/constants.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="rar.constants" class="appendix">
 <h1 class="title">Constantes predefinidas</h1>

 <p class="simpara">
As constantes abaixo são definidas por esta extensão e
só estarão disponíveis quando a extensão tiver sido compilada no PHP
ou tiver sido carregada dinamicamente em tempo de execução.
</p>
 <dl>
  
   <dt id="constant.rar-host-msdos">
    <strong><code><a href="rar.constants.php#constant.rar-host-msdos">RAR_HOST_MSDOS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Use <a href="class.rarentry.php#rarentry.constants.host-msdos" class="link"><strong><code><a href="class.rarentry.php#rarentry.constants.host-msdos">RarEntry::HOST_MSDOS</a></code></strong></a> no lugar.
    </span>
   </dd>
  
  
   <dt id="constant.rar-host-os2">
    <strong><code><a href="rar.constants.php#constant.rar-host-os2">RAR_HOST_OS2</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Use <a href="class.rarentry.php#rarentry.constants.host-os2" class="link"><strong><code><a href="class.rarentry.php#rarentry.constants.host-os2">RarEntry::HOST_OS2</a></code></strong></a> no lugar.
    </span>
   </dd>
  
  
   <dt id="constant.rar-host-win32">
    <strong><code><a href="rar.constants.php#constant.rar-host-win32">RAR_HOST_WIN32</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Use <a href="class.rarentry.php#rarentry.constants.host-win32" class="link"><strong><code><a href="class.rarentry.php#rarentry.constants.host-win32">RarEntry::HOST_WIN32</a></code></strong></a> no lugar.
    </span>
   </dd>
  
  
   <dt id="constant.rar-host-unix">
    <strong><code><a href="rar.constants.php#constant.rar-host-unix">RAR_HOST_UNIX</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Use <a href="class.rarentry.php#rarentry.constants.host-unix" class="link"><strong><code><a href="class.rarentry.php#rarentry.constants.host-unix">RarEntry::HOST_UNIX</a></code></strong></a> no lugar.
    </span>
   </dd>
  
  
   <dt id="constant.rar-host-beos">
    <strong><code><a href="rar.constants.php#constant.rar-host-beos">RAR_HOST_BEOS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Use <a href="class.rarentry.php#rarentry.constants.host-beos" class="link"><strong><code><a href="class.rarentry.php#rarentry.constants.host-beos">RarEntry::HOST_BEOS</a></code></strong></a> no lugar.
    </span>
   </dd>
  
 </dl>
</div>
<?php manual_footer($setup); ?>