class Swoole\Server
{
public addlistener(
string $host
,
int $port
,
string $socket_type
):
void
public after(
int $after_time_ms
,
callable $callback
,
string $param
= ?):
ReturnType
public bind(
int $fd
,
int $uid
):
bool
swoole_timer_clear(int $timer_id
): void
public close(
int $fd
,
bool $reset
= ?):
bool
public exist(
int $fd
):
bool
public finish(
string $data
):
void
public getClientInfo(
int $fd
,
int $reactor_id
= ?,
bool $ignore_error
= ?):
array
public listen(
string $host
,
int $port
,
string $socket_type
):
bool
public on(
string $event_name
,
callable $callback
):
void
public pause(
int $fd
):
void
public protect(
int $fd
,
bool $is_protected
= ?):
void
public send(
int $fd
,
string $data
,
int $reactor_id
= ?):
bool
public sendfile(
int $fd
,
string $filename
,
int $offset
= ?):
bool
public sendto(
string $ip
,
int $port
,
string $data
,
string $server_socket
= ?):
bool
public sendwait(
int $fd
,
string $data
):
bool
public set(
array $settings
):
ReturnType
public stop(
int $worker_id
= ?):
bool
public taskwait(
string $data
,
float $timeout
= ?,
int $worker_id
= ?):
void
}