PMA\libraries\dbi\DBIExtension::getClientInfo PHP Method

getClientInfo() public method

returns a string that represents the client library version
public getClientInfo ( ) : string
return string MySQL client library version
    public function getClientInfo();

Usage Example

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