예제 #1
0
파일: Datagram.php 프로젝트: erebot/plop
 public function __construct($host, $port)
 {
     parent::__construct($host, $port);
     $this->closeOnError = 0;
 }