mirror of
https://github.com/php/doc-es.git
synced 2026-03-26 00:12:06 +01:00
git-svn-id: https://svn.php.net/repository/phpdoc/es/trunk@324083 c90b9560-bf6c-de11-be94-00142212c4b1
88 lines
2.5 KiB
XML
88 lines
2.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: c1dc0919bfba0a89e163ece9bc58c54811a042c7 Maintainer: tatai Status: ready -->
|
|
<appendix xml:id="iconv.constants" xmlns="http://docbook.org/ns/docbook">
|
|
&reftitle.constants;
|
|
<para>
|
|
Desde <application>PHP</application> 4.3.0 es posible identificar en tiempo de
|
|
ejecución cuál implementación de <literal>iconv</literal> es adoptada por esta
|
|
extensión.
|
|
<table>
|
|
<title>Constances de <literal>iconv</literal></title>
|
|
<tgroup cols="3">
|
|
<thead>
|
|
<row>
|
|
<entry>Nombre</entry>
|
|
<entry>Tipo</entry>
|
|
<entry>Descripción</entry>
|
|
</row>
|
|
</thead>
|
|
<tbody>
|
|
<row xml:id="constant.iconv-impl">
|
|
<entry><constant>ICONV_IMPL</constant></entry>
|
|
<entry><type>string</type></entry>
|
|
<entry>Nombre de la implementación</entry>
|
|
</row>
|
|
<row xml:id="constant.iconv-version">
|
|
<entry><constant>ICONV_VERSION</constant></entry>
|
|
<entry><type>string</type></entry>
|
|
<entry>Versión de la implementación</entry>
|
|
</row>
|
|
</tbody>
|
|
</tgroup>
|
|
</table>
|
|
</para>
|
|
<note>
|
|
<para>
|
|
Está completamente desaconsejado escribir scripts cuya implementación
|
|
dependa de estas constantes.
|
|
</para>
|
|
</note>
|
|
<para>
|
|
Desde <application>PHP</application> 5.0.0 se dispone de las siguientes
|
|
constantes:
|
|
<table>
|
|
<title>Constantes de <literal>iconv</literal> disponibles desde PHP 5.0.0</title>
|
|
<tgroup cols="3">
|
|
<thead>
|
|
<row>
|
|
<entry>Nombre</entry>
|
|
<entry>Tipo</entry>
|
|
<entry>Descripción</entry>
|
|
</row>
|
|
</thead>
|
|
<tbody>
|
|
<row xml:id="constant.iconv-mime-decode-strict">
|
|
<entry><constant>ICONV_MIME_DECODE_STRICT</constant></entry>
|
|
<entry><type>integer</type></entry>
|
|
<entry>Máscara de bits usada para <function>iconv_mime_decode</function></entry>
|
|
</row>
|
|
<row xml:id="constant.iconv-mime-decode-continue-on-error">
|
|
<entry><constant>ICONV_MIME_DECODE_CONTINUE_ON_ERROR</constant></entry>
|
|
<entry><type>integer</type></entry>
|
|
<entry>Máscara de bits usada para <function>iconv_mime_decode</function></entry>
|
|
</row>
|
|
</tbody>
|
|
</tgroup>
|
|
</table>
|
|
</para>
|
|
</appendix>
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
-->
|