<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.calendar.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'pt_BR',
  ),
  'this' => 
  array (
    0 => 'calendar.constants.php',
    1 => 'Constantes predefinidas',
    2 => 'Constantes predefinidas',
  ),
  'up' => 
  array (
    0 => 'book.calendar.php',
    1 => 'Calend&aacute;rio',
  ),
  'prev' => 
  array (
    0 => 'calendar.installation.php',
    1 => 'Instala&ccedil;&atilde;o',
  ),
  'next' => 
  array (
    0 => 'ref.calendar.php',
    1 => 'Calend&aacute;rio Fun&ccedil;&otilde;es',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'pt_BR',
    'path' => 'reference/calendar/constants.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="calendar.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.cal-easter-default">
    <strong><code><a href="calendar.constants.php#constant.cal-easter-default">CAL_EASTER_DEFAULT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Para a função <span class="function"><a href="function.easter-days.php" class="function">easter_days()</a></span>: calcula a data da Páscoa para anos anteriores a
     1753 de acordo com o calendário Juliano, e para anos posteriores de acordo com o
     calendrário Gregoriano.
    </span>
   </dd>
  
  
   <dt id="constant.cal-easter-roman">
    <strong><code><a href="calendar.constants.php#constant.cal-easter-roman">CAL_EASTER_ROMAN</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Para a função <span class="function"><a href="function.easter-days.php" class="function">easter_days()</a></span>: calcula a data da Páscoa para anos anteriores a
     1583 de acordo com o calendário Juliano, e para anos posteriores de acordo com o
     calendrário Gregoriano.
    </span>
   </dd>
  
  
   <dt id="constant.cal-easter-always-gregorian">
    <strong><code><a href="calendar.constants.php#constant.cal-easter-always-gregorian">CAL_EASTER_ALWAYS_GREGORIAN</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Para a função <span class="function"><a href="function.easter-days.php" class="function">easter_days()</a></span>: calcula a data da Páscoa de acordo com o
     calendário Gregoriano proléptico.
    </span>
   </dd>
  
  
   <dt id="constant.cal-easter-always-julian">
    <strong><code><a href="calendar.constants.php#constant.cal-easter-always-julian">CAL_EASTER_ALWAYS_JULIAN</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Para a função <span class="function"><a href="function.easter-days.php" class="function">easter_days()</a></span>: calcula a data da Páscoa de cordo com o
     calendário Juliano.
    </span>
   </dd>
  
  
   <dt id="constant.cal-gregorian">
    <strong><code><a href="calendar.constants.php#constant.cal-gregorian">CAL_GREGORIAN</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Para as funções <span class="function"><a href="function.cal-days-in-month.php" class="function">cal_days_in_month()</a></span>,
     <span class="function"><a href="function.cal-from-jd.php" class="function">cal_from_jd()</a></span>, <span class="function"><a href="function.cal-info.php" class="function">cal_info()</a></span> e
     <span class="function"><a href="function.cal-to-jd.php" class="function">cal_to_jd()</a></span>: usam o calendário Gregoriano proléptico.
    </span>
   </dd>
  
  
   <dt id="constant.cal-julian">
    <strong><code><a href="calendar.constants.php#constant.cal-julian">CAL_JULIAN</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Para as funções <span class="function"><a href="function.cal-days-in-month.php" class="function">cal_days_in_month()</a></span>,
     <span class="function"><a href="function.cal-from-jd.php" class="function">cal_from_jd()</a></span>, <span class="function"><a href="function.cal-info.php" class="function">cal_info()</a></span> e
     <span class="function"><a href="function.cal-to-jd.php" class="function">cal_to_jd()</a></span>: usam o calendário Juliano.
    </span>
   </dd>
  
  
   <dt id="constant.cal-jewish">
    <strong><code><a href="calendar.constants.php#constant.cal-jewish">CAL_JEWISH</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Para as funções <span class="function"><a href="function.cal-days-in-month.php" class="function">cal_days_in_month()</a></span>,
     <span class="function"><a href="function.cal-from-jd.php" class="function">cal_from_jd()</a></span>, <span class="function"><a href="function.cal-info.php" class="function">cal_info()</a></span> e
     <span class="function"><a href="function.cal-to-jd.php" class="function">cal_to_jd()</a></span>: usam o calendário Judeu.
    </span>
   </dd>
  
  
   <dt id="constant.cal-french">
    <strong><code><a href="calendar.constants.php#constant.cal-french">CAL_FRENCH</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Para as funções <span class="function"><a href="function.cal-days-in-month.php" class="function">cal_days_in_month()</a></span>,
     <span class="function"><a href="function.cal-from-jd.php" class="function">cal_from_jd()</a></span>, <span class="function"><a href="function.cal-info.php" class="function">cal_info()</a></span> e
     <span class="function"><a href="function.cal-to-jd.php" class="function">cal_to_jd()</a></span>: usam o calendário Republicano Francês.
    </span>
   </dd>
  
  
   <dt id="constant.cal-num-cals">
    <strong><code><a href="calendar.constants.php#constant.cal-num-cals">CAL_NUM_CALS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     O número de calendários disponíveis.
    </span>
   </dd>
  
  
   <dt id="constant.cal-jewish-add-alafim-geresh">
    <strong><code><a href="calendar.constants.php#constant.cal-jewish-add-alafim-geresh">CAL_JEWISH_ADD_ALAFIM_GERESH</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Para a função <span class="function"><a href="function.jdtojewish.php" class="function">jdtojewish()</a></span>: adiciona um símbolo de geresh (que lembra
     um apóstrofo) como separador de milhares ao número do ano.
    </span>
   </dd>
  
  
   <dt id="constant.cal-jewish-add-alafim">
    <strong><code><a href="calendar.constants.php#constant.cal-jewish-add-alafim">CAL_JEWISH_ADD_ALAFIM</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Para a função <span class="function"><a href="function.jdtojewish.php" class="function">jdtojewish()</a></span>: adiciona a palavra alafim como separadora
     de milhares ao número do ano.
    </span>
   </dd>
  
  
   <dt id="constant.cal-jewish-add-gereshayim">
    <strong><code><a href="calendar.constants.php#constant.cal-jewish-add-gereshayim">CAL_JEWISH_ADD_GERESHAYIM</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Para a função <span class="function"><a href="function.jdtojewish.php" class="function">jdtojewish()</a></span>: adiciona um símbolo gershayim (que
     lembra aspas duplas) antes da letra final dos número de dia e ano.
    </span>
   </dd>
  
  
   <dt id="constant.cal-dow-dayno">
    <strong><code><a href="calendar.constants.php#constant.cal-dow-dayno">CAL_DOW_DAYNO</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Para a função <span class="function"><a href="function.jddayofweek.php" class="function">jddayofweek()</a></span>: o dia da semana como
     <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>, onde <code class="literal">0</code> representa domingo e
     <code class="literal">6</code> representa sábado.
    </span>
   </dd>
  
  
   <dt id="constant.cal-dow-short">
    <strong><code><a href="calendar.constants.php#constant.cal-dow-short">CAL_DOW_SHORT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Para a função <span class="function"><a href="function.jddayofweek.php" class="function">jddayofweek()</a></span>: o nome em inglês abreviado do
     dia da semana.
    </span>
   </dd>
  
  
   <dt id="constant.cal-dow-long">
    <strong><code><a href="calendar.constants.php#constant.cal-dow-long">CAL_DOW_LONG</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Para a função <span class="function"><a href="function.jddayofweek.php" class="function">jddayofweek()</a></span>: o nome em inglês do dia da
     semana.
    </span>
   </dd>
  
  
   <dt id="constant.cal-month-gregorian-short">
    <strong><code><a href="calendar.constants.php#constant.cal-month-gregorian-short">CAL_MONTH_GREGORIAN_SHORT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Para a função <span class="function"><a href="function.jdmonthname.php" class="function">jdmonthname()</a></span>: o nome do mês Gregoriano abreviado.
    </span>
   </dd>
  
  
   <dt id="constant.cal-month-gregorian-long">
    <strong><code><a href="calendar.constants.php#constant.cal-month-gregorian-long">CAL_MONTH_GREGORIAN_LONG</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Para a função <span class="function"><a href="function.jdmonthname.php" class="function">jdmonthname()</a></span>: o nome do mês Gregoriano.
    </span>
   </dd>
  
  
   <dt id="constant.cal-month-julian-short">
    <strong><code><a href="calendar.constants.php#constant.cal-month-julian-short">CAL_MONTH_JULIAN_SHORT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Para a função <span class="function"><a href="function.jdmonthname.php" class="function">jdmonthname()</a></span>: o nome do mês Juliano abreviado.
    </span>
   </dd>
  
   
   <dt id="constant.cal-month-julian-long">
    <strong><code><a href="calendar.constants.php#constant.cal-month-julian-long">CAL_MONTH_JULIAN_LONG</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Para a função <span class="function"><a href="function.jdmonthname.php" class="function">jdmonthname()</a></span>: o nome do mês Juliano.
    </span>
   </dd>
  
  
   <dt id="constant.cal-month-jewish">
    <strong><code><a href="calendar.constants.php#constant.cal-month-jewish">CAL_MONTH_JEWISH</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Para a função <span class="function"><a href="function.jdmonthname.php" class="function">jdmonthname()</a></span>: o nome do mês Judeu.
    </span>
   </dd>
  
  
   <dt id="constant.cal-month-french">
    <strong><code><a href="calendar.constants.php#constant.cal-month-french">CAL_MONTH_FRENCH</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Para a função <span class="function"><a href="function.jdmonthname.php" class="function">jdmonthname()</a></span>: o nome do mês Republicano Francês.
    </span>
   </dd>
  
 </dl>
</div>
<?php manual_footer($setup); ?>