cleanup, docs
This commit is contained in:
@@ -15,7 +15,5 @@ Reads data from a socket connection.
|
||||
|
||||
`max_length` limits how much data is read, and `timeout` controls how long the operation is allowed to wait.
|
||||
|
||||
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_read is resource-bound; configure the service or connection, then call it in request code.\n");
|
||||
|
||||
Reference in New Issue
Block a user