PHP Class PHPDaemon\Clients\Memcache\Connection

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

Méthodes publiques

Свойство Type Description
$error error message
$key current incoming key
$result current result
$valueFlags flags of incoming value
$valueLength length of incoming value

Protected Properties

Свойство Type Description
$EOL string
$maxQueue integer

Méthodes protégées

Méthode Description
onRead ( ) : void Called when new data received

Method Details

onRead() protected méthode

Called when new data received
protected onRead ( ) : void
Résultat void

Property Details

$EOL protected_oe property

protected string $EOL
Résultat 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
Résultat 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