PHP 클래스 PHPDaemon\Clients\Memcache\Connection

저자: Vasily Zorin ([email protected])
상속: extends PHPDaemon\Network\ClientConnection
파일 보기 프로젝트 열기: kakserpom/phpdaemon

공개 프로퍼티들

프로퍼티 타입 설명
$error error message
$key current incoming key
$result current result
$valueFlags flags of incoming value
$valueLength length of incoming value

보호된 프로퍼티들

프로퍼티 타입 설명
$EOL string
$maxQueue integer

보호된 메소드들

메소드 설명
onRead ( ) : void Called when new data received

메소드 상세

onRead() 보호된 메소드

Called when new data received
protected onRead ( ) : void
리턴 void

프로퍼티 상세

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

protected string $EOL
리턴 string

$error 공개적으로 프로퍼티

error message
public $error

$key 공개적으로 프로퍼티

current incoming key
public $key

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

protected int $maxQueue
리턴 integer

$result 공개적으로 프로퍼티

current result
public $result

$valueFlags 공개적으로 프로퍼티

flags of incoming value
public $valueFlags

$valueLength 공개적으로 프로퍼티

length of incoming value
public $valueLength