class Server (View source)

Properties

$fd
$host
$port
$ssl
$settings
$errCode
$errMsg

Methods

__construct($host, $port = null, $ssl = null, $reuse_port = null)

No description

__destruct()

No description

mixed
set(array $settings)

No description

mixed
handle(mixed $pattern, callable $callback)

No description

mixed
start()

No description

mixed
shutdown()

No description

Details

__construct($host, $port = null, $ssl = null, $reuse_port = null)

No description

Parameters

$host
$port
$ssl
$reuse_port

__destruct()

No description

mixed set(array $settings)

No description

Parameters

array $settings

Return Value

mixed

mixed handle(mixed $pattern, callable $callback)

No description

Parameters

mixed $pattern
callable $callback

Return Value

mixed

mixed start()

No description

Return Value

mixed

mixed shutdown()

No description

Return Value

mixed