<?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 => 'es',
  ),
  'this' => 
  array (
    0 => 'iconv.constants.php',
    1 => 'Constantes predefinidas',
    2 => 'Constantes predefinidas',
  ),
  'up' => 
  array (
    0 => 'book.iconv.php',
    1 => 'iconv',
  ),
  'prev' => 
  array (
    0 => 'iconv.configuration.php',
    1 => 'Configuraci&oacute;n en tiempo de ejecuci&oacute;n',
  ),
  'next' => 
  array (
    0 => 'ref.iconv.php',
    1 => 'Funciones de iconv',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'es',
    '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 predefinidas</h1>

 <p class="para">
  Es posible identificar durante la ejecución,
  la versión de la biblioteca iconv que se utiliza.
  <table class="doctable table">
   <caption><strong>Constantes de implementación <code class="literal">iconv</code></strong></caption>
   
    <thead>
     <tr>
      <th>Constante</th>
      <th>Tipo</th>
      <th>Descripción</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></td>
      <td><span class="type"><a href="language.types.string.php" class="type string">string</a></span></td>
      <td>El nombre de la biblioteca</td>
     </tr>

     <tr id="constant.iconv-version">
      <td><strong><code><a href="iconv.constants.php#constant.iconv-version">ICONV_VERSION</a></code></strong></td>
      <td><span class="type"><a href="language.types.string.php" class="type string">string</a></span></td>
      <td>La versión de la biblioteca</td>
     </tr>

    </tbody>
   
  </table>

 </p>
 <blockquote class="note"><p><strong class="note">Nota</strong>: 
  <p class="para">
   La programación de scripts dependientes de versiones específicas,
   con estas constantes, está fuertemente desaconsejada.
  </p>
 </p></blockquote>
 <p class="para">
  Las constantes siguientes también están disponibles :
  <table class="doctable table">
   <caption><strong>Otras constantes <code class="literal">iconv</code></strong></caption>
   
    <thead>
     <tr>
      <th>Constante</th>
      <th>Tipo</th>
      <th>Descripción</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></td>
      <td><span class="type"><a href="language.types.integer.php" class="type int">int</a></span></td>
      <td>Una máscara utilizada por <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></td>
      <td><span class="type"><a href="language.types.integer.php" class="type int">int</a></span></td>
      <td>Una máscara utilizada para <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); ?>