<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.iconv.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'fr',
  ),
  'this' => 
  array (
    0 => 'iconv.constants.php',
    1 => 'Constantes pr&eacute;-d&eacute;finies',
    2 => 'Constantes pr&eacute;-d&eacute;finies',
  ),
  'up' => 
  array (
    0 => 'book.iconv.php',
    1 => 'iconv',
  ),
  'prev' => 
  array (
    0 => 'iconv.configuration.php',
    1 => 'Configuration &agrave; l\'ex&eacute;cution',
  ),
  'next' => 
  array (
    0 => 'ref.iconv.php',
    1 => 'Fonctions iconv',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'reference/iconv/constants.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="iconv.constants" class="appendix">
 <h1 class="title">Constantes pré-définies</h1>

 <p class="para">
  Il est possible d&#039;identifier durant l&#039;exécution,
  la version de la bibliothèque iconv que l&#039;on utilise.
  <table class="doctable table">
   <caption><strong>Constantes d&#039;implémentation <code class="literal">iconv</code></strong></caption>
   
    <thead>
     <tr>
      <th>Constante</th>
      <th>Type</th>
      <th>Description</th>
     </tr>

    </thead>

    <tbody class="tbody">
     <tr id="constant.iconv-impl">
      <td>
       <strong><code><a href="iconv.constants.php#constant.iconv-impl">ICONV_IMPL</a></code></strong>
       (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
      </td>
      <td><span class="type"><a href="language.types.string.php" class="type string">string</a></span></td>
      <td>Le nom de la bibliothèque</td>
     </tr>

     <tr id="constant.iconv-version">
      <td>
       <strong><code><a href="iconv.constants.php#constant.iconv-version">ICONV_VERSION</a></code></strong>
       (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
      </td>
      <td><span class="type"><a href="language.types.string.php" class="type string">string</a></span></td>
      <td>La version de la bibliothèque</td>
     </tr>

    </tbody>
   
  </table>

 </p>
 <blockquote class="note"><p><strong class="note">Note</strong>: 
  <p class="para">
   La programmation de scripts dépendant de versions spécifiques,
   avec ces constantes, est fortement déconseillée.
  </p>
 </p></blockquote>
 <p class="para">
  Les constantes suivantes sont également disponibles : 
  <table class="doctable table">
   <caption><strong>Autres constantes <code class="literal">iconv</code></strong></caption>
   
    <thead>
     <tr>
      <th>Constante</th>
      <th>Type</th>
      <th>Description</th>
     </tr>

    </thead>

    <tbody class="tbody">
     <tr id="constant.iconv-mime-decode-strict">
      <td>
       <strong><code><a href="iconv.constants.php#constant.iconv-mime-decode-strict">ICONV_MIME_DECODE_STRICT</a></code></strong>
       (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
      </td>
      <td><span class="type"><a href="language.types.integer.php" class="type int">int</a></span></td>
      <td>Un masque utilisé par <span class="function"><a href="function.iconv-mime-decode.php" class="function">iconv_mime_decode()</a></span></td>
     </tr>

     <tr id="constant.iconv-mime-decode-continue-on-error">
      <td>
       <strong><code><a href="iconv.constants.php#constant.iconv-mime-decode-continue-on-error">ICONV_MIME_DECODE_CONTINUE_ON_ERROR</a></code></strong>
       (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
      </td>
      <td><span class="type"><a href="language.types.integer.php" class="type int">int</a></span></td>
      <td>Un masque utilisé pour <span class="function"><a href="function.iconv-mime-decode.php" class="function">iconv_mime_decode()</a></span></td>
     </tr>

    </tbody>
   
  </table>

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