cleanup, docs

This commit is contained in:
root
2026-06-16 12:21:31 +00:00
parent dff1959341
commit ea08d5f28b
296 changed files with 1571 additions and 1940 deletions
+2 -4
View File
@@ -12,7 +12,5 @@ Closes an existing socket connection.
Use this when you are done with a socket opened through `socket_connect()`.
Related:
- PHP: PHP sockets and stream APIs like `socket_connect()`, `fread()`, `fwrite()`, and stream clients
- JavaScript / Node.js: Node `net.Socket` connect, read, write, and close operations
:example
print("socket_close is resource-bound; configure the service or connection, then call it in request code.\n");