blob: f7a04703d33c305ff65e15217a0c36aaff241dc6 (
plain) (
blame)
1
2
3
4
5
|
Net_Socket is a 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
|