1
0
mirror of https://github.com/php/doc-es.git synced 2026-04-26 08:38:05 +02:00
Files
archived-doc-es/reference/unicode/ini.xml
T
Alexander Garzon ebfd0b90fd Translated
git-svn-id: https://svn.php.net/repository/phpdoc/es/trunk@305951 c90b9560-bf6c-de11-be94-00142212c4b1
2010-12-03 16:19:53 +00:00

108 lines
2.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: agarzon Status: ready -->
<section xml:id="unicode.configuration" xmlns="http://docbook.org/ns/docbook">
&reftitle.runtime;
&extension.runtime;
<para>
<table>
<title>Opciones de Configuración Unicode</title>
<tgroup cols="4">
<thead>
<row>
<entry>Nombre</entry>
<entry>Por omisión</entry>
<entry>Cambiable</entry>
<entry>Changelog</entry>
</row>
</thead>
<tbody>
<row>
<entry>unicode.fallback_encoding</entry>
<entry>NULL</entry>
<entry>PHP_INI_ALL</entry>
<entry>Disponible desde PHP 6.0.0.</entry>
</row>
<row>
<entry>unicode.from_error_mode</entry>
<entry>"2"</entry>
<entry>PHP_INI_ALL</entry>
<entry>Disponible desde PHP 6.0.0.</entry>
</row>
<row>
<entry>unicode.from_error_subst_char</entry>
<entry>"3f"</entry>
<entry>PHP_INI_ALL</entry>
<entry>Disponible desde PHP 6.0.0.</entry>
</row>
<row>
<entry>unicode.http_input_encoding</entry>
<entry>NULL</entry>
<entry>PHP_INI_ALL</entry>
<entry>Disponible desde PHP 6.0.0.</entry>
</row>
<row>
<entry><link linkend="ini.unicode.output-encoding">unicode.output_encoding</link></entry>
<entry>NULL</entry>
<entry>PHP_INI_ALL</entry>
<entry>Disponible desde PHP 6.0.0.</entry>
</row>
<row>
<entry>unicode.runtime_encoding</entry>
<entry>NULL</entry>
<entry>PHP_INI_ALL</entry>
<entry>Disponible desde PHP 6.0.0.</entry>
</row>
<row>
<entry>unicode.script_encoding</entry>
<entry>NULL</entry>
<entry>PHP_INI_ALL</entry>
<entry>Disponible desde PHP 6.0.0.</entry>
</row>
</tbody>
</tgroup>
</table>
&ini.php.constants;
</para>
&ini.descriptions.title;
<para>
<variablelist>
<varlistentry xml:id="ini.unicode.output-encoding">
<term>
<parameter>unicode.output_encoding</parameter>
<type>string</type>
</term>
<listitem>
<para>
Codificación predeterminada para la salida.
</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
-->