We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e950e6 + ffb3414 commit 9819eddCopy full SHA for 9819edd
README.md
@@ -1,10 +1,12 @@
1
-# Net_Socket - RSS parser
+# Net_Socket - Network Socket Interface
2
3
[](https://travis-ci.org/pear/Net_Socket)
4
5
6
-Parser for Resource Description Framework (RDF)
7
-Site Summary (RSS) documents.
+Net_Socket is a class interface to TCP sockets. It provides blocking
+and non-blocking operation, with different reading and writing modes
8
+(byte-wise, block-wise, line-wise and special formats like network
9
+byte-order ip addresses).
10
11
[Homepage](http://pear.php.net/package/Net_Socket/)
12
@@ -38,4 +40,4 @@ Run the tests from a local composer installation:
38
40
39
41
42
## License
-PHP license
43
+BSD license
0 commit comments