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/event/book.xml
Pedro Antonio Gil Rodríguez 71fa34e242 Traducción de otros usuarios
git-svn-id: https://svn.php.net/repository/phpdoc/es/trunk@336466 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-08 19:08:47 +00:00

77 lines
2.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: cb2e7b70b1354e5468e538720d59c37e273bc98e Maintainer: jgmphp Status: ready -->
<!-- Reviewed: no -->
<book xml:id="book.event" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Event</title>
<titleabbrev>Event</titleabbrev>
<preface xml:id="intro.event">
&reftitle.intro;
<para>
Esta es una extensión para planificar eficientemente los eventos basados en las Entradas/Salidas,
el tiempo y las señales; usando el mejor mecanismo de notificación Entrada/Salida disponible para
una plataforma especifica. Es un puerto de “libevent” para la infraestructura de PHP.
</para>
<note xmlns="http://docbook.org/ns/docbook">
<para>
Note, Windows support introduced in
<literal>event-1.9.0</literal>
.
</para>
</note>
<para>
Version
<emphasis>1.0.0</emphasis>
Introduce una nueva API orientada a Objetos (rompiendo la compatibilidad con versiones anteriores)
y soporte de libevent 2+ incluyendo HTTP, DNS, OpenSSL y el event listener
</para>
<note xmlns="http://docbook.org/ns/docbook">
<para>
Nota,
<literal>event-1.0.0</literal>
y superiores no son compatibles con las versiones previas
</para>
</note>
</preface>
&reference.event.setup;
&reference.event.examples;
&reference.event.event.flags;
&reference.event.event.persistence;
&reference.event.event.callbacks;
&reference.event.event.constructing.signal.events;
&reference.event.event;
&reference.event.eventbase;
&reference.event.eventbuffer;
&reference.event.eventbufferevent;
&reference.event.eventbufferevent.about.callbacks;
&reference.event.eventconfig;
&reference.event.eventdnsbase;
&reference.event.eventhttp;
&reference.event.eventhttpconnection;
&reference.event.eventhttprequest;
&reference.event.eventlistener;
&reference.event.eventsslcontext;
&reference.event.eventutil;
</book>
<!-- 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
-->