tcpserver/client : add DomFramework header

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@5970 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2020-05-01 08:45:11 +00:00
parent a5bf5ed905
commit 3b5f1ae142
2 changed files with 9 additions and 0 deletions

View File

@@ -1,4 +1,8 @@
<?php
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
*/
/** TCP Client
* Allow to create TCP connections to a server.

View File

@@ -1,4 +1,9 @@
<?php
/** DomFramework
* @package domframework
* @author Dominique Fournier <dominique@fournier38.fr>
*/
/** 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.