-
Notifications
You must be signed in to change notification settings - Fork 109
Expand file tree
/
Copy pathbook.xml
More file actions
70 lines (69 loc) · 2.25 KB
/
book.xml
File metadata and controls
70 lines (69 loc) · 2.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 23ea6be076881a34e1d454e9680968ece085f7f6 Maintainer: mowangjuanzi Status: ready -->
<!-- CREDITS: Luffy -->
<book xml:id="book.event" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<?phpdoc extension-membership="pecl" ?>
<title>Event</title>
<titleabbrev>Event</titleabbrev>
<preface xml:id="intro.event">
&reftitle.intro;
<para>
这是适用于特定平台的最佳 I/O 通知机制,使用基于事件的调度 I/O、时间和信号的扩展。这是 PHP 基础设施的 libevent 移植。
</para>
<note xmlns="http://docbook.org/ns/docbook">
<para>
注意,在 <literal>event-1.9.0</literal> 中引入对 Windows 的支持。
</para>
</note>
<para>
版本 <emphasis>1.0.0</emphasis> 引入了新的面向对象 API(打破了向下兼容性),并支持包含 HTTP、DNS、OpenSSL
和事件监听器的 libevent 2+。
</para>
<note xmlns="http://docbook.org/ns/docbook">
<para>
注意,<literal>event-1.0.0</literal> 及其以后的版本不兼容之前的版本。
</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;
&reference.event.eventexception;
</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
-->