PHP 클래스 PHPDaemon\Clients\Gibson\Pool

상속: extends PHPDaemon\Network\Client
파일 보기 프로젝트 열기: kakserpom/phpdaemon 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$opCodes Commands

공개 메소드들

메소드 설명
__call ( string $name, array $args ) : void Magic __call Example: $gibson->set(3600, 'key', 'value'); $gibson->get('key', function ($conn) {.
isCommand ( string $name ) : boolean Is command?

보호된 메소드들

메소드 설명
getConfigDefaults ( ) : array | boolean Setting default config options Overriden from NetworkClient::getConfigDefaults

메소드 상세

__call() 공개 메소드

..});
public __call ( string $name, array $args ) : void
$name string Command name
$args array Arguments
리턴 void

getConfigDefaults() 보호된 메소드

Setting default config options Overriden from NetworkClient::getConfigDefaults
protected getConfigDefaults ( ) : array | boolean
리턴 array | boolean

isCommand() 공개 메소드

Is command?
public isCommand ( string $name ) : boolean
$name string Command
리턴 boolean

프로퍼티 상세

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

Commands
protected $opCodes