From 3b5f1ae1427f96b57c73353e0625487fb692cc5d Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Fri, 1 May 2020 08:45:11 +0000 Subject: [PATCH] tcpserver/client : add DomFramework header git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@5970 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- tcpclient.php | 4 ++++ tcpserver.php | 5 +++++ 2 files changed, 9 insertions(+) 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.