\ManaPHP\Ws\ClientEngineInterface

Summary

Methods
Constants
setEndpoint()
getEndpoint()
send()
isRecvReady()
recv()
close()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

setEndpoint()

setEndpoint(string  $endpoint) : static

Parameters

string $endpoint

Returns

static

getEndpoint()

getEndpoint() : string

Returns

string

send()

send(integer  $op_code, string  $data, float  $timeout) : mixed

Parameters

integer $op_code
string $data
float $timeout

Returns

mixed

isRecvReady()

isRecvReady(float  $timeout) : boolean

Parameters

float $timeout

Returns

boolean

close()

close()