コード例 #1
0
ファイル: Socket.php プロジェクト: siboulet/php-zerorpc
 public function send(Event $event)
 {
     $this->zmq->sendMulti($event->serialize());
 }