mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
9eeb142607
Approved by: mat (mentor).
8 lines
282 B
Plaintext
8 lines
282 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
|