forked from toxmc/swoole-chm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.htm
executable file
·83 lines (69 loc) · 4.2 KB
/
index.htm
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
71
72
73
74
75
76
77
78
79
80
81
82
83
<html>
<head>
<title> Swoole-wiki</title>
<meta http-equiv=Content-Type content="text/html; charset=utf-8">
<meta name="GENERATOR" content="Macrobject Word-2-CHM">
<link rel="stylesheet" href="public/css/Word2Chm.css" type="text/css">
<link rel="stylesheet" href="public/css/default.css" type="text/css" />
<link rel="stylesheet" href="public/css/code.css" type="text/css" />
<link rel="stylesheet" href="public/css/noframe.css" type="text/css" />
<link rel="stylesheet" href="public/css/bootstrap.css" type="text/css" />
</head>
<body style='text-justify-trim:punctuation'>
<div class="wiki_content blob instapaper_body">
<article class="markdown-body entry-content" itemprop="mainContentOfPage">
<h1>Swoole扩展手册v1.1</h1>
<p>PHP语言的高性能网络通信框架,提供了PHP语言的异步多线程服务器,异步TCP/UDP网络客户端,异步MySQL,数据库连接池,AsyncTask,消息队列,毫秒定时器,异步文件读写,异步DNS查询。</p>
<p>Swoole可以广泛应用于互联网、移动通信、企业软件、网络游戏、物联网、车联网、智能家庭等领域。 使用PHP+Swoole作为网络通信框架,可以使企业IT研发团队的效率大大提升,更加专注于开发创新产品。</p>
<p>Swoole底层内置了异步非阻塞、多线程的网络IO服务器。PHP程序员仅需处理事件回调即可,无需关心底层。与Nginx/Tornado/Node.js等全异步的框架不同,Swoole既支持全异步,也支持同步。</p>
<p>Swoole是开源免费的自由软件,授权协议是Apache2.0。企业和开发者均可免费使用Swoole的代码,并且在Swoole之上所作的修改可用于商业产品,无需开源。</p>
<ul>
<li>国内Git镜像:<a href="http://git.oschina.net/matyhtf/swoole.git" target="_blank">http://git.oschina.net/matyhtf/swoole.git</a></li>
<li>新手入门教程:<a href="https://github.com/LinkedDestiny/swoole-doc" target="_blank">https://github.com/LinkedDestiny/swoole-doc</a></li>
<li>IDE自动提示工具:<a href="https://github.com/eaglewu/swoole-ide-helper" target="_blank">https://github.com/eaglewu/swoole-ide-helper</a>
<li>下载离线CHM文档: <a href="https://github.com/smalleyes/swoole-chm">https://github.com/smalleyes/swoole-chm</a> </li>
</li>
</ul>
<h2>社区资源</h2>
<ul>
<li><a href="http://segmentfault.com/t/swoole" target="_blank">SegmentFault网站Swoole专区</a></li>
<li><a href="http://www.oschina.net/question/tag/swoole-server" target="_blank">OSC社区Swoole问答板块</a></li>
<li>Swoole开发组QQ群:364153814,321637118(已满),与swoole的使用者和开发者进行交流</li>
<li><a href="http://group.swoole.com/" target="_blank">Swoole官方网站问答社区</a></li>
</ul>
<h2>捐赠Swoole开源项目</h2>
<p>您的捐赠是对Swoole项目开发组最大的鼓励和支持。我们会坚持开发维护下去。 您的捐赠将被用于:</p>
<ul>
<li>持续和深入的开发</li>
<li>文档和社区的建设和维护</li>
</ul>
<h2>关于</h2>
<p>为了大家更好的学习swoole,以及网络上并没有一份完整的swoole.chm手册,于是诞生了。与<a href="https://wiki.swoole.com" target="_blank">wiki.swoole.com</a>有差别的以wiki.swoole.com为准。
各位也可以把一些好的优秀的例子,以及一些遇到的问题及解决方案加入到该手册中,方便swoole更好的为大家服务。
</p>
<ul>
<li>github地址:<a href="https://github.com/smalleyes/swoole-chm" target="_blank">swoole.chm</a></li>
<li>整理者:小eyes</li>
<li>QQ:125039632</li>
<li>邮箱:[email protected]</li>
<li>版本:1.1</li>
</ul>
</article>
<hr>
<div id="ds-thread" class="ds-thread" data-url="http://wiki.swoole.com/wiki/page/106.html" data-title="Swoole扩展" data-thread-key="wiki-106">
<script type="text/javascript">
</div>
</div>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="moHeader"> Swoole流程</td>
</tr>
</table>
<p></p>
<div class=Section1 style='layout-grid:15.6pt'>
<p class=MsoNormal><span lang=EN-US><img width=572 height=468
src="temp.files/image001.jpg"></span></p>
</div>
<p></p>
</body>
</html>