<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.strings.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'es',
  ),
  'this' => 
  array (
    0 => 'string.constants.php',
    1 => 'Constantes predefinidas',
    2 => 'Constantes predefinidas',
  ),
  'up' => 
  array (
    0 => 'book.strings.php',
    1 => 'Strings',
  ),
  'prev' => 
  array (
    0 => 'strings.installation.php',
    1 => 'Instalaci&oacute;n',
  ),
  'next' => 
  array (
    0 => 'ref.strings.php',
    1 => 'Funciones de strings',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'es',
    'path' => 'reference/strings/constants.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

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

 <p class="simpara">Estas constantes son definidas por esta
extensión, y solo están disponibles si esta extensión ha sido compilada con
PHP, o bien cargada en tiempo de ejecución.</p>
 <dl>
  
   <dt id="constant.crypt-salt-length">
    <strong><code><a href="string.constants.php#constant.crypt-salt-length">CRYPT_SALT_LENGTH</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">

    </span>
   </dd>
  
  
   <dt id="constant.crypt-std-des">
    <strong><code><a href="string.constants.php#constant.crypt-std-des">CRYPT_STD_DES</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Indica si los hash basados en DES estándar son admitidos en <span class="function"><a href="function.crypt.php" class="function">crypt()</a></span>. Siempre <code class="literal">1</code>.
    </span>
   </dd>
  
  
   <dt id="constant.crypt-ext-des">
    <strong><code><a href="string.constants.php#constant.crypt-ext-des">CRYPT_EXT_DES</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Indica si los hash extendidos basados en DES son admitidos en <span class="function"><a href="function.crypt.php" class="function">crypt()</a></span>. Siempre <code class="literal">1</code>.
    </span>
   </dd>
  
  
   <dt id="constant.crypt-md5">
    <strong><code><a href="string.constants.php#constant.crypt-md5">CRYPT_MD5</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Indica si los hash MD5 son admitidos en <span class="function"><a href="function.crypt.php" class="function">crypt()</a></span>. Siempre <code class="literal">1</code>.
    </span>
   </dd>
  
  
   <dt id="constant.crypt-blowfish">
    <strong><code><a href="string.constants.php#constant.crypt-blowfish">CRYPT_BLOWFISH</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Indica si los hash Blowfish son admitidos en <span class="function"><a href="function.crypt.php" class="function">crypt()</a></span>. Siempre <code class="literal">1</code>.
    </span>
   </dd>
  
  
   <dt id="constant.crypt-sha256">
    <strong><code><a href="string.constants.php#constant.crypt-sha256">CRYPT_SHA256</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Indica si los hash SHA-256 son admitidos en <span class="function"><a href="function.crypt.php" class="function">crypt()</a></span>. Siempre <code class="literal">1</code>.
    </span>
   </dd>
  
  
   <dt id="constant.crypt-sha512">
    <strong><code><a href="string.constants.php#constant.crypt-sha512">CRYPT_SHA512</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Indica si los hash SHA-512 son admitidos en <span class="function"><a href="function.crypt.php" class="function">crypt()</a></span>. Siempre <code class="literal">1</code>.
    </span>
   </dd>
  
   
   <dt id="constant.html-specialchars">
    <strong><code><a href="string.constants.php#constant.html-specialchars">HTML_SPECIALCHARS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">

    </span>
   </dd>
  
  
   <dt id="constant.html-entities">
    <strong><code><a href="string.constants.php#constant.html-entities">HTML_ENTITIES</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">

    </span>
   </dd>
  
  
   <dt id="constant.ent-compat">
    <strong><code><a href="string.constants.php#constant.ent-compat">ENT_COMPAT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">

    </span>
   </dd>
  
  
   <dt id="constant.ent-quotes">
    <strong><code><a href="string.constants.php#constant.ent-quotes">ENT_QUOTES</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">

    </span>
   </dd>
  
  
   <dt id="constant.ent-noquotes">
    <strong><code><a href="string.constants.php#constant.ent-noquotes">ENT_NOQUOTES</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">

    </span>
   </dd>
  
  
   <dt id="constant.ent-ignore">
    <strong><code><a href="string.constants.php#constant.ent-ignore">ENT_IGNORE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">

    </span>
   </dd>
  
  
   <dt id="constant.ent-substitute">
    <strong><code><a href="string.constants.php#constant.ent-substitute">ENT_SUBSTITUTE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">

    </span>
   </dd>
  
  
   <dt id="constant.ent-disallowed">
    <strong><code><a href="string.constants.php#constant.ent-disallowed">ENT_DISALLOWED</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">

    </span>
   </dd>
  
  
   <dt id="constant.ent-html401">
    <strong><code><a href="string.constants.php#constant.ent-html401">ENT_HTML401</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">

    </span>
   </dd>
  
  
   <dt id="constant.ent-xml1">
    <strong><code><a href="string.constants.php#constant.ent-xml1">ENT_XML1</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">

    </span>
   </dd>
  
  
   <dt id="constant.ent-xhtml">
    <strong><code><a href="string.constants.php#constant.ent-xhtml">ENT_XHTML</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">

    </span>
   </dd>
  
  
   <dt id="constant.ent-html5">
    <strong><code><a href="string.constants.php#constant.ent-html5">ENT_HTML5</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">

    </span>
   </dd>
  
  
   <dt id="constant.char-max">
    <strong><code><a href="string.constants.php#constant.char-max">CHAR_MAX</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">

    </span>
   </dd>
  
  
   <dt id="constant.lc-ctype">
    <strong><code><a href="string.constants.php#constant.lc-ctype">LC_CTYPE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Clasificación de caracteres y conversión afectada por la configuración de locale.
    </span>
   </dd>
  
  
   <dt id="constant.lc-numeric">
    <strong><code><a href="string.constants.php#constant.lc-numeric">LC_NUMERIC</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Separador decimal afectado por la configuración de locale.
    </span>
   </dd>
  
  
   <dt id="constant.lc-time">
    <strong><code><a href="string.constants.php#constant.lc-time">LC_TIME</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Formato de fechas y horas afectado por la configuración de locale.
    </span>
   </dd>
  
  
   <dt id="constant.lc-collate">
    <strong><code><a href="string.constants.php#constant.lc-collate">LC_COLLATE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Comparación de strings afectada por la configuración de locale.
    </span>
   </dd>
  
  
   <dt id="constant.lc-monetary">
    <strong><code><a href="string.constants.php#constant.lc-monetary">LC_MONETARY</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Formato monetario afectado por la configuración de locale.
    </span>
   </dd>
  
  
   <dt id="constant.lc-all">
    <strong><code><a href="string.constants.php#constant.lc-all">LC_ALL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Afecta todas las funciones que una de las otras constantes <strong><code><a href="string.constants.php#constant.lc-ctype">LC_<span class="replaceable">*</span></a></code></strong> afecta.
    </span>
   </dd>
  
  
   <dt id="constant.lc-messages">
    <strong><code><a href="string.constants.php#constant.lc-messages">LC_MESSAGES</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Respuestas del sistema afectadas por la configuración de locale.
     Disponible si PHP ha sido compilado con <code class="literal">libintl</code>.
    </span>
   </dd>
  
  
   <dt id="constant.str-pad-left">
    <strong><code><a href="string.constants.php#constant.str-pad-left">STR_PAD_LEFT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">

    </span>
   </dd>
  
  
   <dt id="constant.str-pad-right">
    <strong><code><a href="string.constants.php#constant.str-pad-right">STR_PAD_RIGHT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">

    </span>
   </dd>
  
  
   <dt id="constant.str-pad-both">
    <strong><code><a href="string.constants.php#constant.str-pad-both">STR_PAD_BOTH</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">

    </span>
   </dd>
  
  
   <dt id="constant.alt-digits">
    <strong><code><a href="string.constants.php#constant.alt-digits">ALT_DIGITS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Símbolos alternativos para los dígitos.
    </span>
   </dd>
  
 </dl>
 <table class="doctable table">
      <tr>
       <th>Constantes</th>
       <th>Descripción</th>
      </tr>
  <strong class="title">Constantes de categoría <span class="function"><a href="function.nl-langinfo.php" class="function">nl_langinfo()</a></span> <strong><code><a href="string.constants.php#constant.lc-time">LC_TIME</a></code></strong></strong>
  <tr>
   <td id="constant.abday-1">
    <strong><code><a href="string.constants.php#constant.abday-1">ABDAY_1</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Nombre abreviado del primer día de la semana.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.abday-2">
    <strong><code><a href="string.constants.php#constant.abday-2">ABDAY_2</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Nombre abreviado del segundo día de la semana.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.abday-3">
    <strong><code><a href="string.constants.php#constant.abday-3">ABDAY_3</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Nombre abreviado del tercer día de la semana.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.abday-4">
    <strong><code><a href="string.constants.php#constant.abday-4">ABDAY_4</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Nombre abreviado del cuarto día de la semana.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.abday-5">
    <strong><code><a href="string.constants.php#constant.abday-5">ABDAY_5</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Nombre abreviado del quinto día de la semana.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.abday-6">
    <strong><code><a href="string.constants.php#constant.abday-6">ABDAY_6</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Nombre abreviado del sexto día de la semana.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.abday-7">
    <strong><code><a href="string.constants.php#constant.abday-7">ABDAY_7</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Nombre abreviado del séptimo día de la semana.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.day-1">
    <strong><code><a href="string.constants.php#constant.day-1">DAY_1</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Nombre del primer día de la semana.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.day-2">
    <strong><code><a href="string.constants.php#constant.day-2">DAY_2</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Nombre del segundo día de la semana.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.day-3">
    <strong><code><a href="string.constants.php#constant.day-3">DAY_3</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Nombre del tercer día de la semana.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.day-4">
    <strong><code><a href="string.constants.php#constant.day-4">DAY_4</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Nombre del cuarto día de la semana.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.day-5">
    <strong><code><a href="string.constants.php#constant.day-5">DAY_5</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Nombre del quinto día de la semana.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.day-6">
    <strong><code><a href="string.constants.php#constant.day-6">DAY_6</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Nombre del sexto día de la semana.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.day-7">
    <strong><code><a href="string.constants.php#constant.day-7">DAY_7</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Nombre del séptimo día de la semana.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.abmon-1">
    <strong><code><a href="string.constants.php#constant.abmon-1">ABMON_1</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Nombre abreviado del primer mes del año.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.abmon-2">
    <strong><code><a href="string.constants.php#constant.abmon-2">ABMON_2</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Nombre abreviado del segundo mes del año.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.abmon-3">
    <strong><code><a href="string.constants.php#constant.abmon-3">ABMON_3</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Nombre abreviado del tercer mes del año.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.abmon-4">
    <strong><code><a href="string.constants.php#constant.abmon-4">ABMON_4</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Nombre abreviado del cuarto mes del año.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.abmon-5">
    <strong><code><a href="string.constants.php#constant.abmon-5">ABMON_5</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Nombre abreviado del quinto mes del año.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.abmon-6">
    <strong><code><a href="string.constants.php#constant.abmon-6">ABMON_6</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Nombre abreviado del sexto mes del año.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.abmon-7">
    <strong><code><a href="string.constants.php#constant.abmon-7">ABMON_7</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Nombre abreviado del séptimo mes del año.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.abmon-8">
    <strong><code><a href="string.constants.php#constant.abmon-8">ABMON_8</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Nombre abreviado del octavo mes del año.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.abmon-9">
    <strong><code><a href="string.constants.php#constant.abmon-9">ABMON_9</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Nombre abreviado del noveno mes del año.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.abmon-10">
    <strong><code><a href="string.constants.php#constant.abmon-10">ABMON_10</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Nombre abreviado del décimo mes del año.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.abmon-11">
    <strong><code><a href="string.constants.php#constant.abmon-11">ABMON_11</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Nombre abreviado del undécimo mes del año.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.abmon-12">
    <strong><code><a href="string.constants.php#constant.abmon-12">ABMON_12</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Nombre abreviado del duodécimo mes del año.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.mon-1">
    <strong><code><a href="string.constants.php#constant.mon-1">MON_1</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Nombre del primer mes del año.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.mon-2">
    <strong><code><a href="string.constants.php#constant.mon-2">MON_2</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Nombre del segundo mes del año.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.mon-3">
    <strong><code><a href="string.constants.php#constant.mon-3">MON_3</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Nombre del tercer mes del año.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.mon-4">
    <strong><code><a href="string.constants.php#constant.mon-4">MON_4</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Nombre del cuarto mes del año.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.mon-5">
    <strong><code><a href="string.constants.php#constant.mon-5">MON_5</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Nombre del quinto mes del año.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.mon-6">
    <strong><code><a href="string.constants.php#constant.mon-6">MON_6</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Nombre del sexto mes del año.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.mon-7">
    <strong><code><a href="string.constants.php#constant.mon-7">MON_7</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Nombre del séptimo mes del año.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.mon-8">
    <strong><code><a href="string.constants.php#constant.mon-8">MON_8</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Nombre del octavo mes del año.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.mon-9">
    <strong><code><a href="string.constants.php#constant.mon-9">MON_9</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Nombre del noveno mes del año.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.mon-10">
    <strong><code><a href="string.constants.php#constant.mon-10">MON_10</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Nombre del décimo mes del año.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.mon-11">
    <strong><code><a href="string.constants.php#constant.mon-11">MON_11</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Nombre del undécimo mes del año.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.mon-12">
    <strong><code><a href="string.constants.php#constant.mon-12">MON_12</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Nombre del duodécimo mes del año.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.am-str">
    <strong><code><a href="string.constants.php#constant.am-str">AM_STR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     String para Ante meridiem.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.pm-str">
    <strong><code><a href="string.constants.php#constant.pm-str">PM_STR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     String para Post meridiem.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.d-t-fmt">
    <strong><code><a href="string.constants.php#constant.d-t-fmt">D_T_FMT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     String que puede ser utilizada como string de formato para <span class="function"><a href="function.strftime.php" class="function">strftime()</a></span> para representar la hora y la fecha.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.d-fmt">
    <strong><code><a href="string.constants.php#constant.d-fmt">D_FMT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     String que puede ser utilizada como string de formato para <span class="function"><a href="function.strftime.php" class="function">strftime()</a></span> para representar la fecha.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.t-fmt">
    <strong><code><a href="string.constants.php#constant.t-fmt">T_FMT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     String que puede ser utilizada como string de formato para <span class="function"><a href="function.strftime.php" class="function">strftime()</a></span> para representar la hora.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.t-fmt-ampm">
    <strong><code><a href="string.constants.php#constant.t-fmt-ampm">T_FMT_AMPM</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     String que puede ser utilizada como string de formato para <span class="function"><a href="function.strftime.php" class="function">strftime()</a></span> para representar la hora en formato de 12 horas con ante/post meridiem.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.era">
    <strong><code><a href="string.constants.php#constant.era">ERA</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Era alternativa.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.era-year">
    <strong><code><a href="string.constants.php#constant.era-year">ERA_YEAR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Año en formato de era alternativa.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.era-d-t-fmt">
    <strong><code><a href="string.constants.php#constant.era-d-t-fmt">ERA_D_T_FMT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Fecha y hora en formato de era alternativa (string que puede ser utilizada en <span class="function"><a href="function.strftime.php" class="function">strftime()</a></span>).
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.era-d-fmt">
    <strong><code><a href="string.constants.php#constant.era-d-fmt">ERA_D_FMT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Fecha en formato de era alternativa (string que puede ser utilizada en <span class="function"><a href="function.strftime.php" class="function">strftime()</a></span>).
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.era-t-fmt">
    <strong><code><a href="string.constants.php#constant.era-t-fmt">ERA_T_FMT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Hora en formato de era alternativa (string que puede ser utilizada en <span class="function"><a href="function.strftime.php" class="function">strftime()</a></span>).
    </span>
   </td>
  </tr>
 </table>
 <table class="doctable table">
      <tr>
       <th>Constantes</th>
       <th>Descripción</th>
      </tr>
  <strong class="title">Constantes de categoría <span class="function"><a href="function.nl-langinfo.php" class="function">nl_langinfo()</a></span> <strong><code><a href="string.constants.php#constant.lc-monetary">LC_MONETARY</a></code></strong></strong>
  <tr>
   <td id="constant.int-curr-symbol">
    <strong><code><a href="string.constants.php#constant.int-curr-symbol">INT_CURR_SYMBOL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Símbolo de moneda internacional.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.currency-symbol">
    <strong><code><a href="string.constants.php#constant.currency-symbol">CURRENCY_SYMBOL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Símbolo de moneda local.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.crncystr">
    <strong><code><a href="string.constants.php#constant.crncystr">CRNCYSTR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Mismo valor que <strong><code><a href="string.constants.php#constant.currency-symbol">CURRENCY_SYMBOL</a></code></strong>.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.mon-decimal-point">
    <strong><code><a href="string.constants.php#constant.mon-decimal-point">MON_DECIMAL_POINT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Carácter del punto decimal.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.mon-thousands-sep">
    <strong><code><a href="string.constants.php#constant.mon-thousands-sep">MON_THOUSANDS_SEP</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Separador de miles (grupos de tres dígitos).
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.mon-grouping">
    <strong><code><a href="string.constants.php#constant.mon-grouping">MON_GROUPING</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Como el elemento <code class="literal">&quot;grouping&quot;</code>.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.positive-sign">
    <strong><code><a href="string.constants.php#constant.positive-sign">POSITIVE_SIGN</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Signo para valores positivos.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.negative-sign">
    <strong><code><a href="string.constants.php#constant.negative-sign">NEGATIVE_SIGN</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Signo para valores negativos.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.int-frac-digits">
    <strong><code><a href="string.constants.php#constant.int-frac-digits">INT_FRAC_DIGITS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Decimal internacional.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.frac-digits">
    <strong><code><a href="string.constants.php#constant.frac-digits">FRAC_DIGITS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Decimal local.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.p-cs-precedes">
    <strong><code><a href="string.constants.php#constant.p-cs-precedes">P_CS_PRECEDES</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Devuelve 1 si <strong><code><a href="string.constants.php#constant.currency-symbol">CURRENCY_SYMBOL</a></code></strong> precede a un valor positivo.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.p-sep-by-space">
    <strong><code><a href="string.constants.php#constant.p-sep-by-space">P_SEP_BY_SPACE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Devuelve 1 si un espacio separa <strong><code><a href="string.constants.php#constant.currency-symbol">CURRENCY_SYMBOL</a></code></strong> de un valor positivo.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.n-cs-precedes">
    <strong><code><a href="string.constants.php#constant.n-cs-precedes">N_CS_PRECEDES</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Devuelve 1 si <strong><code><a href="string.constants.php#constant.currency-symbol">CURRENCY_SYMBOL</a></code></strong> precede a un valor negativo.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.n-sep-by-space">
    <strong><code><a href="string.constants.php#constant.n-sep-by-space">N_SEP_BY_SPACE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Devuelve 1 si un espacio separa <strong><code><a href="string.constants.php#constant.currency-symbol">CURRENCY_SYMBOL</a></code></strong> de un valor negativo.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.p-sign-posn">
    <strong><code><a href="string.constants.php#constant.p-sign-posn">P_SIGN_POSN</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <p class="para">
     <ul class="itemizedlist">
             <li class="listitem">
              <span class="simpara">
                Devuelve 0 si los paréntesis rodean la cantidad y <strong><code><a href="string.constants.php#constant.currency-symbol">CURRENCY_SYMBOL</a></code></strong>.
              </span>
             </li>
             <li class="listitem">
              <span class="simpara">
               Devuelve 1 si el string de signo precede a la cantidad y <strong><code><a href="string.constants.php#constant.currency-symbol">CURRENCY_SYMBOL</a></code></strong>.
              </span>
             </li>
             <li class="listitem">
              <span class="simpara">
               Devuelve 2 si el string de signo sigue a la cantidad y <strong><code><a href="string.constants.php#constant.currency-symbol">CURRENCY_SYMBOL</a></code></strong>.
              </span>
             </li>
             <li class="listitem">
              <span class="simpara">
               Devuelve 3 si el string de signo precede inmediatamente a <strong><code><a href="string.constants.php#constant.currency-symbol">CURRENCY_SYMBOL</a></code></strong>.
              </span>
             </li>
             <li class="listitem">
              <span class="simpara">
               Devuelve 4 si el string de signo sigue inmediatamente a <strong><code><a href="string.constants.php#constant.currency-symbol">CURRENCY_SYMBOL</a></code></strong>.
              </span>
             </li>
            </ul>
    </p>
   </td>
  </tr>
  <tr>
   <td id="constant.n-sign-posn">
    <strong><code><a href="string.constants.php#constant.n-sign-posn">N_SIGN_POSN</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Posición del signo para valores negativos.
    </span>
   </td>
  </tr>
 </table>
 <table class="doctable table">
      <tr>
       <th>Constantes</th>
       <th>Descripción</th>
      </tr>
  <strong class="title">Constantes de categoría <span class="function"><a href="function.nl-langinfo.php" class="function">nl_langinfo()</a></span> <strong><code><a href="string.constants.php#constant.lc-numeric">LC_NUMERIC</a></code></strong></strong>
  <tr>
   <td id="constant.decimal-point">
    <strong><code><a href="string.constants.php#constant.decimal-point">DECIMAL_POINT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Carácter del punto decimal.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.radixchar">
    <strong><code><a href="string.constants.php#constant.radixchar">RADIXCHAR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Mismo valor que <strong><code><a href="string.constants.php#constant.decimal-point">DECIMAL_POINT</a></code></strong>.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.thousands-sep">
    <strong><code><a href="string.constants.php#constant.thousands-sep">THOUSANDS_SEP</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Carácter de separación para los miles (grupos de tres dígitos).
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.thousep">
    <strong><code><a href="string.constants.php#constant.thousep">THOUSEP</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Mismo valor que <strong><code><a href="string.constants.php#constant.thousands-sep">THOUSANDS_SEP</a></code></strong>.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.grouping">
    <strong><code><a href="string.constants.php#constant.grouping">GROUPING</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 class="doctable table">
      <tr>
       <th>Constantes</th>
       <th>Descripción</th>
      </tr>
  <strong class="title">Constantes de categoría <span class="function"><a href="function.nl-langinfo.php" class="function">nl_langinfo()</a></span> <strong><code><a href="string.constants.php#constant.lc-messages">LC_MESSAGES</a></code></strong></strong>
  <tr>
   <td id="constant.yesexpr">
    <strong><code><a href="string.constants.php#constant.yesexpr">YESEXPR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     String regex para coincidir con la entrada <code class="literal">&quot;yes&quot;</code>.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.noexpr">
    <strong><code><a href="string.constants.php#constant.noexpr">NOEXPR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     String regex para coincidir con la entrada <code class="literal">&quot;no&quot;</code>.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.yesstr">
    <strong><code><a href="string.constants.php#constant.yesstr">YESSTR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     String de salida para <code class="literal">&quot;yes&quot;</code>.
    </span>
   </td>
  </tr>
  <tr>
   <td id="constant.nostr">
    <strong><code><a href="string.constants.php#constant.nostr">NOSTR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     String de salida para <code class="literal">&quot;no&quot;</code>.
    </span>
   </td>
  </tr>
 </table>
 <table class="doctable table">
      <tr>
       <th>Constantes</th>
       <th>Descripción</th>
      </tr>
  <strong class="title">Constantes de categoría <span class="function"><a href="function.nl-langinfo.php" class="function">nl_langinfo()</a></span> <strong><code><a href="string.constants.php#constant.lc-ctype">LC_CTYPE</a></code></strong></strong>
  <tr>
   <td id="constant.codeset">
    <strong><code><a href="string.constants.php#constant.codeset">CODESET</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </td>
   <td>
    <span class="simpara">
     Devuelve un string con el nombre del juego de caracteres.
    </span>
   </td>
  </tr>
 </table>
</div>
<?php manual_footer($setup); ?>