<?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 => 'fr',
  ),
  'this' => 
  array (
    0 => 'string.constants.php',
    1 => 'Constantes pr&eacute;-d&eacute;finies',
    2 => 'Constantes pr&eacute;-d&eacute;finies',
  ),
  'up' => 
  array (
    0 => 'book.strings.php',
    1 => 'Cha&icirc;ne de caract&egrave;res',
  ),
  'prev' => 
  array (
    0 => 'strings.installation.php',
    1 => 'Installation',
  ),
  'next' => 
  array (
    0 => 'ref.strings.php',
    1 => 'Fonctions sur les cha&icirc;nes de caract&egrave;res',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    '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 pré-définies</h1>

 <p class="simpara">Ces constantes sont définies par cette
extension, et ne sont disponibles que si cette extension a été compilée avec
PHP, ou bien chargée au moment de l&#039;exécution.</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">
     Indique si les hachages standard basés sur DES sont pris en charge dans <span class="function"><a href="function.crypt.php" class="function">crypt()</a></span>. Toujours <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">
     Indique si les hachages étendus basés sur DES sont pris en charge dans <span class="function"><a href="function.crypt.php" class="function">crypt()</a></span>. Toujours <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">
     Indique si les hachages MD5 sont pris en charge dans <span class="function"><a href="function.crypt.php" class="function">crypt()</a></span>. Toujours <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">
     Indique si les hachages Blowfish sont pris en charge dans <span class="function"><a href="function.crypt.php" class="function">crypt()</a></span>. Toujours <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">
     Indique si les hachages SHA-256 sont pris en charge dans <span class="function"><a href="function.crypt.php" class="function">crypt()</a></span>. Toujours <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">
     Indique si les hachages SHA-512 sont pris en charge dans <span class="function"><a href="function.crypt.php" class="function">crypt()</a></span>. Toujours <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">
     Classification des caractères et conversion affectée par le paramétrage 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">
     Séparateur décimal affecté par le paramétrage 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">
     Formatage des dates et heures affecté par le paramétrage 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">
     Comparaison de chaînes affectée par le paramétrage 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">
     Formatage monétaire affecté par le paramétrage 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">
     Affecte toutes les fonctions que l&#039;une des autres constantes <strong><code><a href="string.constants.php#constant.lc-ctype">LC_<span class="replaceable">*</span></a></code></strong> affecte.
    </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">
     Réponses système affectées par le paramétrage de locale.
     Disponible si PHP a été compilé avec <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">
     Symboles alternatifs pour les chiffres.
    </span>
   </dd>
  
 </dl>
 <table class="doctable table">
      <tr>
       <th>Constantes</th>
       <th>Description</th>
      </tr>
  <strong class="title"><span class="function"><a href="function.nl-langinfo.php" class="function">nl_langinfo()</a></span> Catégorie des constantes <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">
     Nom abrégé du premier jour de la semaine.
    </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">
     Nom abrégé du deuxième jour de la semaine.
    </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">
     Nom abrégé du troisième jour de la semaine.
    </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">
     Nom abrégé du quatrième jour de la semaine.
    </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">
     Nom abrégé du cinquième jour de la semaine.
    </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">
     Nom abrégé du sixième jour de la semaine.
    </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">
     Nom abrégé du septième jour de la semaine.
    </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">
     Nom du premier jour de la semaine.
    </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">
     Nom du deuxième jour de la semaine.
    </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">
     Nom du troisième jour de la semaine.
    </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">
     Nom du quatrième jour de la semaine.
    </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">
     Nom du cinquième jour de la semaine.
    </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">
     Nom du sixième jour de la semaine.
    </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">
     Nom du septième jour de la semaine.
    </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">
     Nom abrégé du premier mois de l&#039;année.
    </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">
     Nom abrégé du deuxième mois de l&#039;année.
    </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">
     Nom abrégé du troisième mois de l&#039;année.
    </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">
     Nom abrégé du quatrième mois de l&#039;année.
    </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">
     Nom abrégé du cinquième mois de l&#039;année.
    </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">
     Nom abrégé du sixième mois de l&#039;année.
    </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">
     Nom abrégé du septième mois de l&#039;année.
    </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">
     Nom abrégé du huitième mois de l&#039;année.
    </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">
     Nom abrégé du neuvième mois de l&#039;année.
    </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">
     Nom abrégé du dixième mois de l&#039;année.
    </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">
     Nom abrégé du onzième mois de l&#039;année.
    </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">
     Nom abrégé du douzième mois de l&#039;année.
    </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">
     Nom du premier mois de l&#039;année.
    </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">
     Nom du deuxième mois de l&#039;année.
    </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">
     Nom du troisième mois de l&#039;année.
    </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">
     Nom du quatrième mois de l&#039;année.
    </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">
     Nom du cinquième mois de l&#039;année.
    </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">
     Nom du sixième mois de l&#039;année.
    </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">
     Nom du septième mois de l&#039;année.
    </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">
     Nom du huitième mois de l&#039;année.
    </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">
     Nom du neuvième mois de l&#039;année.
    </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">
     Nom du dixième mois de l&#039;année.
    </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">
     Nom du onzième mois de l&#039;année.
    </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">
     Nom du douzième mois de l&#039;année.
    </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">
     Chaîne pour 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">
     Chaîne pour 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">
     Chaîne pouvant être utilisée comme chaîne de format pour <span class="function"><a href="function.strftime.php" class="function">strftime()</a></span> pour représenter l&#039;heure et la date.
    </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">
     Chaîne pouvant être utilisée comme chaîne de format pour <span class="function"><a href="function.strftime.php" class="function">strftime()</a></span> pour représenter la date.
    </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">
     Chaîne pouvant être utilisée comme chaîne de format pour <span class="function"><a href="function.strftime.php" class="function">strftime()</a></span> pour représenter l&#039;heure.
    </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">
     Chaîne pouvant être utilisée comme chaîne de format pour <span class="function"><a href="function.strftime.php" class="function">strftime()</a></span> pour représenter l&#039;heure au format 12 heures avec ante/post méridien.
    </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">
     Ère alternative.
    </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">
     Année au format de l&#039;ère alternative.
    </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">
     Date et heure au format de l&#039;ère alternative (chaîne pouvant être utilisée dans <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">
     Date au format de l&#039;ère alternative (chaîne pouvant être utilisée dans <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">
     Heure au format de l&#039;ère alternative (chaîne pouvant être utilisée dans <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>Description</th>
      </tr>
  <strong class="title">Constantes de catégorie <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">
     Symbole de devise international.
    </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">
     Symbole de devise 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">
     Même valeur 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">
     Caractère du point décimal.
    </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">
     Séparateur de milliers (groupes de trois chiffres).
    </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">
     Comme l&#039;élément <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">
     Signe pour les valeurs positives.
    </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">
     Signe pour les valeurs négatives.
    </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">
     Décimales internationales.
    </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">
     Décimales locales.
    </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">
     Renvoie 1 si <strong><code><a href="string.constants.php#constant.currency-symbol">CURRENCY_SYMBOL</a></code></strong> précède une valeur positive.
    </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">
     Renvoie 1 si un espace sépare <strong><code><a href="string.constants.php#constant.currency-symbol">CURRENCY_SYMBOL</a></code></strong> d&#039;une valeur positive.
    </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">
     Renvoie 1 si <strong><code><a href="string.constants.php#constant.currency-symbol">CURRENCY_SYMBOL</a></code></strong> précède une valeur négative.
    </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">
     Renvoie 1 si un espace sépare <strong><code><a href="string.constants.php#constant.currency-symbol">CURRENCY_SYMBOL</a></code></strong> d&#039;une valeur négative.
    </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">
                Renvoie 0 si les parenthèses entourent la quantité et <strong><code><a href="string.constants.php#constant.currency-symbol">CURRENCY_SYMBOL</a></code></strong>.
              </span>
             </li>
             <li class="listitem">
              <span class="simpara">
               Renvoie 1 si la chaîne de signe précède la quantité et <strong><code><a href="string.constants.php#constant.currency-symbol">CURRENCY_SYMBOL</a></code></strong>.
              </span>
             </li>
             <li class="listitem">
              <span class="simpara">
               Renvoie 2 si la chaîne de signe suit la quantité et <strong><code><a href="string.constants.php#constant.currency-symbol">CURRENCY_SYMBOL</a></code></strong>.
              </span>
             </li>
             <li class="listitem">
              <span class="simpara">
               Renvoie 3 si la chaîne de signe précède immédiatement <strong><code><a href="string.constants.php#constant.currency-symbol">CURRENCY_SYMBOL</a></code></strong>.
              </span>
             </li>
             <li class="listitem">
              <span class="simpara">
               Renvoie 4 si la chaîne de signe suit immédiatement <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">
     Position du signe pour les valeurs négatives.
    </span>
   </td>
  </tr>
 </table>
 <table class="doctable table">
      <tr>
       <th>Constantes</th>
       <th>Description</th>
      </tr>
  <strong class="title">Constantes de catégorie <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">
     Caractère du point décimal.
    </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">
     Même valeur 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">
     Caractère de séparation pour les milliers (groupes de trois chiffres).
    </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">
     Même valeur 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>Description</th>
      </tr>
  <strong class="title">Constantes de catégorie <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">
     Chaîne regex pour correspondre à l&#039;entrée <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">
     Chaîne regex pour correspondre à l&#039;entrée <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">
     Chaîne de sortie pour <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">
     Chaîne de sortie pour <code class="literal">&quot;no&quot;</code>.
    </span>
   </td>
  </tr>
 </table>
  <table class="doctable table">
      <tr>
       <th>Constantes</th>
       <th>Description</th>
      </tr>
  <strong class="title">Constantes de catégorie <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">
     Renvoie une chaîne avec le nom du jeu de caractères.
    </span>
   </td>
  </tr>
 </table>
</div>
<?php manual_footer($setup); ?>