Example #1
0
 function __construct($host, $port, $timeout_ms = 2000)
 {
     parent::__construct($host, $port, $timeout_ms);
     $this->easy();
 }