diff --git a/tcpclient.php b/tcpclient.php index f1551d0..2d53e14 100644 --- a/tcpclient.php +++ b/tcpclient.php @@ -1,4 +1,8 @@ + */ /** TCP Client * Allow to create TCP connections to a server. diff --git a/tcpserver.php b/tcpserver.php index e3eb814..70b10ea 100644 --- a/tcpserver.php +++ b/tcpserver.php @@ -1,4 +1,9 @@ + */ + /** This class allow to start a TCP server and call a function each time a * client is connected on it. Each client is separated in a child, so the * server allow to have multiple simultaneous connections.