write() public method

Send data to the connection. Note that it just writes to buffer that flushes at every baseloop
public write ( string $data ) : boolean
$data string Data to send
return boolean Success
Beispiel #1
0
 /**
  * @TODO
  * @param  string $s Data
  */
 public function write($s)
 {
     parent::write($s);
 }