Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Ratchet
ConnectionInterface
PHP Interface Ratchet\ConnectionInterface
Show file
Open project: cboden/ratchet
Interface Usage Examples
Public Methods
Method
Description
close
( )
Close the connection
send
(
string
$data
) :
Ratchet\ConnectionInterface
Send data to the connection
Method Details
close()
public
method
Close the connection
public
close
( )
send()
public
method
Send data to the connection
public
send
(
string
$data
) :
Ratchet\ConnectionInterface
$data
string
return
Ratchet\ConnectionInterface