cleanup, docs
This commit is contained in:
@@ -14,7 +14,5 @@ Opens a socket connection to the given `host` and `port`.
|
||||
|
||||
The returned socket handle is then used with `socket_read()`, `socket_write()`, and `socket_close()`.
|
||||
|
||||
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_connect is resource-bound; configure the service or connection, then call it in request code.\n");
|
||||
|
||||
Reference in New Issue
Block a user