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:
@@ -1,4 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/** DomFramework
|
||||||
|
* @package domframework
|
||||||
|
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||||
|
*/
|
||||||
|
|
||||||
/** TCP Client
|
/** TCP Client
|
||||||
* Allow to create TCP connections to a server.
|
* Allow to create TCP connections to a server.
|
||||||
|
|||||||
@@ -1,4 +1,9 @@
|
|||||||
<?php
|
<?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
|
/** 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
|
* client is connected on it. Each client is separated in a child, so the
|
||||||
* server allow to have multiple simultaneous connections.
|
* server allow to have multiple simultaneous connections.
|
||||||
|
|||||||
Reference in New Issue
Block a user