We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 74da451 + c898edd commit a7a3512Copy full SHA for a7a3512
src/React/SocketClient/README.md
@@ -5,9 +5,8 @@ Async Connector to open TCP/IP and SSL/TLS based connections.
5
## Introduction
6
7
Think of this library as an async version of
8
-[`fsockopen()`](http://php.net/manual/en/function.fsockopen.php) or
9
-[`stream_socket_client()`](http://php.net/manual/en/function.stream-socket-
10
-client.php).
+[`fsockopen()`](http://www.php.net/function.fsockopen) or
+[`stream_socket_client()`](http://php.net/function.stream-socket-client).
11
12
Before you can actually transmit and receive data to/from a remote server, you
13
have to establish a connection to the remote end. Establishing this connection
0 commit comments