<?php namespace Ratchet; /** * The version of Ratchet being used * @var string */ const VERSION = 'Ratchet/0.4.1'; /** * A proxy object representing a connection to the application * This acts as a container to store data (in memory) about the connection */ interface ConnectionInterface { /** * Send data to the connection * @param string $data * @return \Ratchet\ConnectionInterface */ function send($data); /** * Close the connection */ function close(); }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
Http | Folder | 0755 |
|
|
Server | Folder | 0755 |
|
|
Session | Folder | 0755 |
|
|
Wamp | Folder | 0755 |
|
|
WebSocket | Folder | 0755 |
|
|
AbstractConnectionDecorator.php | File | 979 B | 0644 |
|
App.php | File | 5.15 KB | 0644 |
|
ComponentInterface.php | File | 1.21 KB | 0644 |
|
ConnectionInterface.php | File | 516 B | 0644 |
|
MessageComponentInterface.php | File | 111 B | 0644 |
|
MessageInterface.php | File | 402 B | 0644 |
|