PHP 클래스 MyQEE\Server\Register\RPC

상속: extends MyQEE\Server\RPC
파일 보기 프로젝트 열기: myqee/server 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$RPC_KEY

공개 메소드들

메소드 설명
reg ( Host $host ) : boolean | stdClass 注册一个新服务器

보호된 메소드들

메소드 설명
random ( integer $length ) : string 返回一个随机字符串

메소드 상세

random() 보호된 정적인 메소드

返回一个随机字符串
protected static random ( integer $length ) : string
$length integer
리턴 string

reg() 공개 메소드

注册一个新服务器
public reg ( Host $host ) : boolean | stdClass
$host MyQEE\Server\Clusters\Host
리턴 boolean | stdClass

프로퍼티 상세

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

public static $RPC_KEY