mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
8 lines
283 B
Plaintext
8 lines
283 B
Plaintext
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: http://pear.php.net/package/Net_Socket/
|