Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18858 программистов и 1635 роботов. Сейчас ищут 1990 программистов ...
Net_Server_Driver_Sequential::sendData
Вернуться к: Net_Server
Net_Server_Driver_Sequential::sendData
Net_Server_Driver_Sequential::sendData() – send data to a client
Synopsis
require_once 'ServerDriverSequential.php';
void Net_Server_Driver_Sequential::sendData ( int $clientId , string $data , boolean $debugData = true )
This package is not documented yet.
Parameter
- integer $clientId
-
ID of the client
- string $data
-
data to send
- boolean $debugData
-
flag to indicate whether data that is written to socket should also be sent as debug message
Throws
throws no exceptions thrown
Note
This function can not be called statically.
Вернуться к: Net_Server