\Imi\Server\ConnectContextConnectContextChangeEventParam

连接上下文改变事件参数

Summary

Methods
Properties
Constants
__construct()
getFd()
getServerName()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$fd
$serverName
N/A

Properties

$fd

$fd : integer

连接标识符

Type

integer

$serverName

$serverName : string

服务器名

Type

string

Methods

__construct()

__construct(  $fd,   $serverName) 

Parameters

$fd
$serverName

getFd()

getFd() : integer

Get 连接标识符

Returns

integer

getServerName()

getServerName() : string

Get 服务器名

Returns

string