PHP 클래스 Bin\rpc\Message

파일 보기 프로젝트 열기: qieangel2013/zys 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$_TSPEC
$channel_id integer
$name string
$recv_uid integer
$result string
$send_uid integer

공개 메소드들

메소드 설명
__construct ( $vals = null )
getName ( )
read ( $input )
write ( $output )

메소드 상세

__construct() 공개 메소드

public __construct ( $vals = null )

getName() 공개 메소드

public getName ( )

read() 공개 메소드

public read ( $input )

write() 공개 메소드

public write ( $output )

프로퍼티 상세

$_TSPEC 정적으로 공개적으로 프로퍼티

static public $_TSPEC

$channel_id 공개적으로 프로퍼티

public int $channel_id
리턴 integer

$name 공개적으로 프로퍼티

public string $name
리턴 string

$recv_uid 공개적으로 프로퍼티

public int $recv_uid
리턴 integer

$result 공개적으로 프로퍼티

public string $result
리턴 string

$send_uid 공개적으로 프로퍼티

public int $send_uid
리턴 integer