Skip to content

Commit

Permalink
Update 03.swoole_server函数列表.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LinkedDestiny committed Oct 28, 2014
1 parent 99cf4e8 commit 777f831
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions doc/03.swoole_server函数列表.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,13 @@ function swoole_server_create(string $host, int $port, int $mode = SWOOLE_PROCES
```
**返回**:一个swoole_server对象<br>
**参数说明**:<br>
| 参数 | 说明 |<br>
| -------- | -------- |<br>
| string host | 监听的IP地址 |<br>
| int port | 监听的端口号 |<br>
| int mode | 运行模式 |<br>
| int sock_type | 指定的socket类型 |<br>

| 参数 | 说明 |
| -------- | -------- |
| string host | 监听的IP地址 |
| int port | 监听的端口号 |
| int mode | 运行模式 |
| int sock_type | 指定的socket类型 |

**说明**
host、port、socket_type的详细说明见[swoole_server::addlistener](#[swoole_server::addlistener]())
Expand Down

0 comments on commit 777f831

Please sign in to comment.