PHP Class PHPDaemon\Clients\Memcache\Connection

Author: Vasily Zorin ([email protected])
Inheritance: extends PHPDaemon\Network\ClientConnection
Exibir arquivo Open project: kakserpom/phpdaemon

Public Properties

Property Type Description
$error error message
$key current incoming key
$result current result
$valueFlags flags of incoming value
$valueLength length of incoming value

Protected Properties

Property Type Description
$EOL string
$maxQueue integer

Protected Methods

Method Description
onRead ( ) : void Called when new data received

Method Details

onRead() protected method

Called when new data received
protected onRead ( ) : void
return void

Property Details

$EOL protected_oe property

protected string $EOL
return string

$error public_oe property

error message
public $error

$key public_oe property

current incoming key
public $key

$maxQueue protected_oe property

protected int $maxQueue
return integer

$result public_oe property

current result
public $result

$valueFlags public_oe property

flags of incoming value
public $valueFlags

$valueLength public_oe property

length of incoming value
public $valueLength