示例#1
0
文件: Datagram.php 项目: erebot/plop
 public function __construct($host, $port)
 {
     parent::__construct($host, $port);
     $this->closeOnError = 0;
 }
示例#2
0
文件: Socket.php 项目: erebot/plop
 public function handleErrorStub(\Plop\RecordInterface $record, \Exception $exception)
 {
     return parent::handleError($record, $exception);
 }