diff options
author | SADA Kenji <sada@FreeBSD.org> | 2002-11-17 05:03:54 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 2002-11-17 05:03:54 +0000 |
commit | 050dd1b1031022b49cd1623dd3892f3c4be3a1ae (patch) | |
tree | 0876fb5cc1d38a316c0fbaf87137d69775f5dad0 /net/pear-Net_Socket/pkg-descr | |
parent | cf19879c06b65241c187f1b0663a0db0270be14f (diff) |
Notes
Diffstat (limited to 'net/pear-Net_Socket/pkg-descr')
-rw-r--r-- | net/pear-Net_Socket/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/net/pear-Net_Socket/pkg-descr b/net/pear-Net_Socket/pkg-descr new file mode 100644 index 000000000000..9bca37de98af --- /dev/null +++ b/net/pear-Net_Socket/pkg-descr @@ -0,0 +1,7 @@ +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/manual/en/core.networking.net_socket.php |