\think\swooleServer

Swoole Server扩展类

Summary

Methods
Properties
Constants
__construct()
__call()
No public properties found
No constants found
init()
$swoole
$serverType
$sockType
$mode
$host
$port
$option
$event
N/A
No private methods found
No private properties found
N/A

Properties

$swoole

$swoole : object

Swoole对象

Type

object

$serverType

$serverType : string

SwooleServer类型

Type

string

$sockType

$sockType : integer

Socket的类型

Type

integer

$mode

$mode : integer

运行模式

Type

integer

$host

$host : string

监听地址

Type

string

$port

$port : integer

监听端口

Type

integer

$option

$option : array

配置

Type

array

$event

$event : array

支持的响应事件

Type

array

Methods

__construct()

__construct() 

架构函数

__call()

__call(string  $method, array  $args) : mixed

魔术方法 有不存在的操作的时候执行

Parameters

string $method

方法名

array $args

参数

Returns

mixed

init()

init()