Esempio n. 1
0
 /**
  * returns a string that represents the client library version
  *
  * @return string MySQL client library version
  */
 public function getClientInfo()
 {
     return $this->_extension->getClientInfo();
 }