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/stomp/ini.xml
Juan Pablo Berdejo 5f789551a0 English version update
git-svn-id: https://svn.php.net/repository/phpdoc/es/trunk@323744 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-01 23:29:02 +00:00

121 lines
3.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: f052ac1bd73549125c3fc3dc68a36d4b0608a16d Maintainer: jpberdejo Status: ready -->
<section xml:id="stomp.configuration" xmlns="http://docbook.org/ns/docbook">
&reftitle.runtime;
&extension.runtime;
<para>
<table>
<title>&ConfigureOptions; Stomp</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.stomp.default-broker">stomp.default_broker</link></entry>
<entry>tcp://localhost:61613</entry>
<entry>PHP_INI_ALL</entry>
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
</row>
<row>
<entry><link linkend="ini.stomp.default-connection-timeout-sec">stomp.default_connection_timeout_sec</link></entry>
<entry>2</entry>
<entry>PHP_INI_ALL</entry>
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
</row>
<row>
<entry><link linkend="ini.stomp.default-connection-timeout-usec">stomp.default_connection_timeout_usec</link></entry>
<entry>0</entry>
<entry>PHP_INI_ALL</entry>
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
</row>
<row>
<entry><link linkend="ini.stomp.default-read-timeout-sec">stomp.default_read_timeout_sec</link></entry>
<entry>2</entry>
<entry>PHP_INI_ALL</entry>
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
</row>
<row>
<entry><link linkend="ini.stomp.default-read-timeout-usec">stomp.default_read_timeout_usec</link></entry>
<entry>0</entry>
<entry>PHP_INI_ALL</entry>
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
</row>
</tbody>
</tgroup>
</table>
</para>
&ini.descriptions.title;
<para>
<variablelist>
<varlistentry xml:id="ini.stomp.default-broker">
<term>
<parameter>stomp.default_broker</parameter>
<type>string</type>
</term>
<listitem>
<para>
La URI broker por defecto a utilizar cuando conectemos a el message broker si otra URI no es especificada.
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="ini.stomp.default-connection-timeout-sec">
<term>
<parameter>stomp.default_connection_timeout_sec</parameter>
<type>integer</type>
</term>
<listitem>
<para>
Los segundos parte del tiempo de espera de la solicitud de conexión por defecto.
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="ini.stomp.default-connection-timeout-usec">
<term>
<parameter>stomp.default_connection_timeout_usec</parameter>
<type>integer</type>
</term>
<listitem>
<para>
Los microsegundos parte del tiempo de espera de la solicitud de conexión por defecto.
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="ini.stomp.default-read-timeout-sec">
<term>
<parameter>stomp.default_read_timeout_sec</parameter>
<type>integer</type>
</term>
<listitem>
<para>
Los segundos parte del tiempo de espera de lectura por defecto.
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="ini.stomp.default-read-timeout-usec">
<term>
<parameter>stomp.default_read_timeout_usec</parameter>
<type>integer</type>
</term>
<listitem>
<para>
Los microsegundos parte del tiempo de espera de lectura por defecto.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</section>