コード例 #1
0
 /**
  * @return $this
  */
 public function shutdown()
 {
     $this->socket->sendmulti(array('control', 'shutdown'));
     return $this;
 }