PHP Class PHPDaemon\Servers\Ident\Connection

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

Protected Properties

Свойство Type Description
$EOL EOL
$highMark Default high mark. Maximum number of bytes in buffer.

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

EOL
protected $EOL

$highMark protected_oe property

Default high mark. Maximum number of bytes in buffer.
protected $highMark