PHP Class Network\Client

Connected client socket.
Inheritance: extends Connection
Afficher le fichier Open project: prggmr/xpspl Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( resource $socket ) : void Constructs a new client connection.

Méthodes protégées

Méthode Description
_connect ( ) : boolean Establishes the socket connection.

Method Details

__construct() public méthode

Constructs a new client connection.
public __construct ( resource $socket ) : void
$socket resource Socket connection.
Résultat void

_connect() protected méthode

Establishes the socket connection.
protected _connect ( ) : boolean
Résultat boolean