Functions
sockets.inc
| Function | Type | Description |
|---|---|---|
| socket_change | native | This function has no description. |
| socket_close | native | Closes a socket. |
| socket_is_readable | native | Checks if a socket is marked as readable. |
| socket_is_writable | native | Checks if a socket is marked as writable. |
| socket_open | native | Connects to the given node and service via TCP/UDP. |
| socket_recv | native | Receives data. |
| socket_send | native | Sends data. |
| socket_send2 | native | Sends data that can contain null bytes. |