PHP Class PHPDaemon\Servers\FlashPolicy\Connection

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

Protected Properties

Свойство Type Description
$highMark Length of "\x00"
$lowMark Length of "\x00"

Méthodes publiques

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

Method Details

onRead() public méthode

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

Property Details

$highMark protected_oe property

Length of "\x00"
protected $highMark

$lowMark protected_oe property

Length of "\x00"
protected $lowMark