__construct() __construct(mixed $address = '', mixed $port = '') : mixed Parameters mixed $address mixed $port Returns mixed —
handshaking() handshaking( $newClient, mixed $line) : int 握手处理 Parameters $newClient socket mixed $line Returns int — 接收到的信息
send() send( $newClinet, $msg) : int|string 发送数据 Parameters $newClinet 新接入的socket $msg 要发送的数据 Returns int|string —