PHP 클래스 Swoole\Client\SOA_Result

파일 보기 프로젝트 열기: matyhtf/swoole_framework

공개 프로퍼티들

프로퍼티 타입 설명
$callback mixed 回调函数
$code
$data
$id
$index
$msg
$requestId 请求串号
$send
$server_host string SOA服务器的IP地址
$server_port integer SOA服务器的端口
$socket TCP
$type 要发送的数据

보호된 프로퍼티들

프로퍼티 타입 설명
$soa_client RPC

공개 메소드들

메소드 설명
__construct ( $soa_client ) 等待接收数据
getResult ( $timeout = 0.5 )

메소드 상세

__construct() 공개 메소드

等待接收数据
public __construct ( $soa_client )

getResult() 공개 메소드

public getResult ( $timeout = 0.5 )

프로퍼티 상세

$callback 공개적으로 프로퍼티

回调函数
public mixed $callback
리턴 mixed

$code 공개적으로 프로퍼티

public $code

$data 공개적으로 프로퍼티

public $data

$id 공개적으로 프로퍼티

public $id

$index 공개적으로 프로퍼티

public $index

$msg 공개적으로 프로퍼티

public $msg

$requestId 공개적으로 프로퍼티

请求串号
public $requestId

$send 공개적으로 프로퍼티

public $send

$server_host 공개적으로 프로퍼티

SOA服务器的IP地址
public string $server_host
리턴 string

$server_port 공개적으로 프로퍼티

SOA服务器的端口
public int $server_port
리턴 integer

$soa_client 보호되어 있는 프로퍼티

protected RPC,Swoole\Client $soa_client
리턴 RPC

$socket 공개적으로 프로퍼티

public TCP,Swoole\Client $socket
리턴 TCP

$type 공개적으로 프로퍼티

要发送的数据
public $type