public class WebSocketModule extends AbstractQuercusModule
Modifier and Type | Class and Description |
---|---|
static class |
WebSocketModule.QuercusWebSocketListener |
PHP_INI_ALL, PHP_INI_PERDIR, PHP_INI_SYSTEM, PHP_INI_USER
Constructor and Description |
---|
WebSocketModule() |
Modifier and Type | Method and Description |
---|---|
static Value |
websocket_read(Env env)
Reads a string from the websocket.
|
static SocketLinkDuplexController |
websocket_start(Env env,
StringValue path)
Reads a string from the websocket.
|
static Value |
websocket_write(Env env,
StringValue string)
Writes a string to the websocket.
|
addConstant, addConstant, addConstant, getConstMap, getIniDefinitions, getLoadedExtensions
public static Value websocket_write(Env env, StringValue string)
public static SocketLinkDuplexController websocket_start(Env env, StringValue path)