PHP Class MyQEE\Server\Clusters\TaskServer

Afficher le fichier Open project: myqee/server

Protected Properties

Свойство Type Description
$id
$server Swoole\Server

Méthodes publiques

Méthode Description
__construct ( ) TaskServer constructor.
onReceive ( $server, $fd, $fromId, $data )
onStart ( )
start ( $ip, $port )

Method Details

__construct() public méthode

TaskServer constructor.
public __construct ( )

onReceive() public méthode

public onReceive ( $server, $fd, $fromId, $data )

onStart() public méthode

public onStart ( )

start() public méthode

public start ( $ip, $port )

Property Details

$id protected_oe property

protected $id

$server protected_oe property

protected Server,Swoole $server
Résultat Swoole\Server