PHP Class Network\SIG_Base

Base socket signal.
Inheritance: extends XPSPL\SIG
Datei anzeigen Open project: prggmr/xpspl

Public Properties

Property Type Description
$socket resource Socket connected for signal.

Protected Properties

Property Type Description
$_unique Unique

Public Methods

Method Description
__construct ( $connection = null, $socket = null ) : void Socket signals use the connection and socket hash for an index.

Method Details

__construct() public method

For global socket signal the info can be left null.
public __construct ( $connection = null, $socket = null ) : void
return void

Property Details

$_unique protected_oe property

Unique
protected $_unique

$socket public_oe property

Socket connected for signal.
public resource $socket
return resource