mirror of
https://github.com/php/doc-es.git
synced 2026-03-27 00:42:10 +01:00
git-svn-id: https://svn.php.net/repository/phpdoc/es/trunk@334677 c90b9560-bf6c-de11-be94-00142212c4b1
123 lines
3.4 KiB
XML
123 lines
3.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: b58a71d289a8257a8cefc693a0dfdbaf952a8f93 Maintainer: jpberdejo Status: ready -->
|
|
<!-- Reviewed: no -->
|
|
|
|
<section xml:id="iconv.configuration" xmlns="http://docbook.org/ns/docbook">
|
|
&reftitle.runtime;
|
|
&extension.runtime;
|
|
<para>
|
|
<table>
|
|
<title>&ConfigureOptions; de Iconv</title>
|
|
<tgroup cols="4">
|
|
<thead>
|
|
<row>
|
|
<entry>&Name;</entry>
|
|
<entry>&Default;</entry>
|
|
<entry>&Changeable;</entry>
|
|
<entry>&Changelog;</entry>
|
|
</row>
|
|
</thead>
|
|
<tbody>
|
|
<row>
|
|
<entry><link linkend="ini.iconv.input-encoding">iconv.input_encoding</link></entry>
|
|
<entry>"ISO-8859-1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Disponible desde PHP 4.0.5. Obsoleta in PHP 5.6.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.iconv.output-encoding">iconv.output_encoding</link></entry>
|
|
<entry>"ISO-8859-1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Disponible desde PHP 4.0.5. Obsoleta in PHP 5.6.0.</entry>
|
|
</row>
|
|
<row>
|
|
<entry><link linkend="ini.iconv.internal-encoding">iconv.internal_encoding</link></entry>
|
|
<entry>"ISO-8859-1"</entry>
|
|
<entry>PHP_INI_ALL</entry>
|
|
<entry>Disponible desde PHP 4.0.5. Obsoleta in PHP 5.6.0.</entry>
|
|
</row>
|
|
</tbody>
|
|
</tgroup>
|
|
</table>
|
|
</para>
|
|
|
|
&ini.descriptions.title;
|
|
|
|
<warning>
|
|
<para>
|
|
Algunos sistemas (como IBM AIX) usan "ISO8859-1" en vez de "ISO-8859-1", por lo que
|
|
este valor tiene que usarse en las opciones de configuración y en los parámetros de funciones.
|
|
</para>
|
|
</warning>
|
|
|
|
<para>
|
|
<variablelist>
|
|
<varlistentry xml:id="ini.iconv.input-encoding">
|
|
<term>
|
|
<parameter>iconv.input_encoding</parameter>
|
|
<type>string</type>
|
|
</term>
|
|
<listitem>
|
|
&warn.deprecated.feature-5-6-0;
|
|
<para>
|
|
Los usuarios de PHP 5.6 y posteriores deberían dejarla vacía y establecer
|
|
<link linkend="ini.default-charset"><parameter>default_charset</parameter></link>
|
|
en su lugar.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="ini.iconv.output-encoding">
|
|
<term>
|
|
<parameter>iconv.output_encoding</parameter>
|
|
<type>string</type>
|
|
</term>
|
|
<listitem>
|
|
&warn.deprecated.feature-5-6-0;
|
|
<para>
|
|
Los usuarios de PHP 5.6 y posteriores deberían dejarla vacía y establecer
|
|
<link linkend="ini.default-charset"><parameter>default_charset</parameter></link>
|
|
en su lugar.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry xml:id="ini.iconv.internal-encoding">
|
|
<term>
|
|
<parameter>iconv.internal_encoding</parameter>
|
|
<type>string</type>
|
|
</term>
|
|
<listitem>
|
|
&warn.deprecated.feature-5-6-0;
|
|
<para>
|
|
Los usuarios de PHP 5.6 y posteriores deberían dejarla vacía y establecer
|
|
<link linkend="ini.default-charset"><parameter>default_charset</parameter></link>
|
|
en su lugar.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
</para>
|
|
</section>
|
|
|
|
<!-- 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:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|