changing doc format and HTML literals

This commit is contained in:
udo
2026-04-22 01:56:46 +00:00
parent 8223dcc6b3
commit f7b066b374
123 changed files with 1917 additions and 1611 deletions
+7 -6
View File
@@ -4,14 +4,15 @@ bool ws_is_binary()
:params
return value : true if the current WebSocket message is binary
:desc
:see
>websocket
:content
Returns whether the message currently being handled by `WS(Request& context)` arrived as a binary frame.
If this returns `false`, the current message was delivered as a text frame.
:see
>websocket
Related:
:related
**PHP:** WebSocket connection metadata and send APIs in Ratchet, Workerman, or similar server frameworks
**JavaScript / Node.js:** Browser `WebSocket` properties and Node `ws` server-side connection inspection and send methods
- PHP: WebSocket connection metadata and send APIs in Ratchet, Workerman, or similar server frameworks
- JavaScript / Node.js: browser `WebSocket` properties and Node `ws` server-side connection inspection and send methods