diff options
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 0000000..9bca37d --- /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 |