php-doc-en/reference/swoole/book.xml

81 lines
2.4 KiB
XML
Raw Permalink Normal View History

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<book xml:id="book.swoole" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
2021-05-20 17:45:21 +00:00
<?phpdoc extension-membership="pecl" ?>
<title>Swoole</title>
<!-- {{{ preface -->
<preface xml:id="intro.swoole">
&reftitle.intro;
<para>
Swoole is a high-performance networking framework using
an event-driven, asynchronous, non-blocking I/O model.
It can be used to develop high-performance, scalable,
concurrent TCP, UDP, Unix socket, HTTP, Websocket services.
To get started, please check the <link
xlink:href="&url.swoole.docs;">Swoole Docs</link>.
</para>
&note.no-windows.extension;
</preface>
<!-- }}} -->
&reference.swoole.setup;
&reference.swoole.constants;
&reference.swoole.reference;
&reference.swoole.swoole.async;
&reference.swoole.swoole.atomic;
&reference.swoole.swoole.buffer;
&reference.swoole.swoole.channel;
&reference.swoole.swoole.client;
&reference.swoole.swoole.connection.iterator;
&reference.swoole.swoole.coroutine;
<!-- &reference.swoole.swoole.coroutine.client; -->
<!-- &reference.swoole.swoole.coroutine.http.client; -->
<!-- &reference.swoole.swoole.coroutine.mysql; -->
<!-- &reference.swoole.swoole.coroutine.mysql.exception; -->
&reference.swoole.swoole.event;
&reference.swoole.swoole.exception;
&reference.swoole.swoole.http.client;
&reference.swoole.swoole.http.request;
&reference.swoole.swoole.http.response;
&reference.swoole.swoole.http.server;
&reference.swoole.swoole.lock;
&reference.swoole.swoole.mmap;
&reference.swoole.swoole.mysql;
&reference.swoole.swoole.mysql.exception;
&reference.swoole.swoole.process;
&reference.swoole.swoole.redis.server;
&reference.swoole.swoole.serialize;
&reference.swoole.swoole.server;
<!-- &reference.swoole.swoole.server.port; -->
&reference.swoole.swoole.table;
&reference.swoole.swoole.timer;
&reference.swoole.swoole.websocket.frame;
&reference.swoole.swoole.websocket.server;
</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
2021-05-20 17:45:21 +00:00
-->