示例#1
0
 public function client_send($data)
 {
     $result = parent::client_send($data);
     $this->handleError();
     return $result;
 }