Askedio\LaravelRatchet\RatchetServer::send PHP 메소드

send() 공개 메소드

Send a message to the current connection.
public send ( Ratchet\ConnectionInterface $conn, [type] $message ) : [type]
$conn Ratchet\ConnectionInterface
$message [type]
리턴 [type]
    public function send(ConnectionInterface $conn, $message)
    {
        $conn->send($message);
    }