示例#1
0
 /**
  * Gets socket from current connection
  *
  * @deprecated
  */
 public function getSocket()
 {
     $this->connect();
     return parent::getSocket();
 }