コード例 #1
0
ファイル: ClientTransport.php プロジェクト: uwem/objref
 protected function sendStream($data)
 {
     $this->client->write($data);
 }