PHP Interface Ratchet\ConnectionInterface

Afficher le fichier Open project: cboden/ratchet Interface Usage Examples

Méthodes publiques

Méthode Description
close ( ) Close the connection
send ( string $data ) : Ratchet\ConnectionInterface Send data to the connection

Method Details

close() public méthode

Close the connection
public close ( )

send() public méthode

Send data to the connection
public send ( string $data ) : Ratchet\ConnectionInterface
$data string
Résultat Ratchet\ConnectionInterface