1
0
mirror of https://github.com/php/doc-es.git synced 2026-03-25 16:02:13 +01:00
Files
archived-doc-es/reference/misc/ini.xml
Pedro Antonio Gil Rodríguez ed5c5e908c Updated to the most recent version
git-svn-id: https://svn.php.net/repository/phpdoc/es/trunk@324604 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-28 13:14:26 +00:00

167 lines
4.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: f4b2b2313d2bd1ca69a246a32de36e11dbe29977 Maintainer: seros Status: ready -->
<!-- Reviewed: no Maintainer: andresdzphp -->
<section xml:id="misc.configuration" xmlns="http://docbook.org/ns/docbook">
&reftitle.runtime;
&extension.runtime;
<para>
<table>
<title>Opciones de Configuración Misc.</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.ignore-user-abort">ignore_user_abort</link></entry>
<entry>"0"</entry>
<entry>PHP_INI_ALL</entry>
<entry></entry>
</row>
<row>
<entry><link linkend="ini.syntax-highlighting">highlight.string</link></entry>
<entry>"#DD0000"</entry>
<entry>PHP_INI_ALL</entry>
<entry></entry>
</row>
<row>
<entry><link linkend="ini.syntax-highlighting">highlight.comment</link></entry>
<entry>"#FF8000"</entry>
<entry>PHP_INI_ALL</entry>
<entry></entry>
</row>
<row>
<entry><link linkend="ini.syntax-highlighting">highlight.keyword</link></entry>
<entry>"#007700"</entry>
<entry>PHP_INI_ALL</entry>
<entry></entry>
</row>
<row>
<entry><link linkend="ini.syntax-highlighting">highlight.bg</link></entry>
<entry>"#FFFFFF"</entry>
<entry>PHP_INI_ALL</entry>
<entry>Removed in PHP 5.4.0.</entry>
</row>
<row>
<entry><link linkend="ini.syntax-highlighting">highlight.default</link></entry>
<entry>"#0000BB"</entry>
<entry>PHP_INI_ALL</entry>
<entry></entry>
</row>
<row>
<entry><link linkend="ini.syntax-highlighting">highlight.html</link></entry>
<entry>"#000000"</entry>
<entry>PHP_INI_ALL</entry>
<entry></entry>
</row>
<row>
<entry><link linkend="ini.browscap">browscap</link></entry>
<entry>NULL</entry>
<entry>PHP_INI_SYSTEM</entry>
<entry></entry>
</row>
</tbody>
</tgroup>
</table>
&ini.php.constants;
</para>
&ini.descriptions.title;
<para>
<variablelist>
<varlistentry xml:id="ini.ignore-user-abort">
<term>
<parameter>ignore_user_abort</parameter>
<type>boolean</type>
</term>
<listitem>
<para>
&false; por defecto. Si se cambia a &true; los scripts no finalizarán
después de que un cliente aborte su conexión.
</para>
<para>
Véase también <function>ignore_user_abort</function>.
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="ini.syntax-highlighting">
<term>
<parameter>highlight.bg</parameter>
<type>string</type>
</term>
<term>
<parameter>highlight.comment</parameter>
<type>string</type>
</term>
<term>
<parameter>highlight.default</parameter>
<type>string</type>
</term>
<term>
<parameter>highlight.html</parameter>
<type>string</type>
</term>
<term>
<parameter>highlight.keyword</parameter>
<type>string</type>
</term>
<term>
<parameter>highlight.string</parameter>
<type>string</type>
</term>
<listitem>
<para>
Los colores para el modo Highlighting. Cualquier cosa que sea aceptable en
&lt;font color="??????"&gt; funcionará.
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="ini.browscap">
<term>
<parameter>browscap</parameter>
<type>string</type>
</term>
<listitem>
<para>
El nombre (p.ej.: <filename>browscap.ini</filename>) y la localización del archivo de
aptitudes del navegador. Véase también <function>get_browser</function>.
</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
-->