92266c5224
Approved by: portmgr (blanket)
7 lines
283 B
Text
7 lines
283 B
Text
Net_Socket is a PEAR class interface to TCP sockets.
|
|
|
|
It provides blocking and non-blocking operation, with different reading
|
|
and writing modes (byte-wise, block-wise, line-wise and special formats
|
|
like network byte-order ip addresses).
|
|
|
|
WWW: https://pear.php.net/package/Net_Socket
|