/** * Retrieve server version in PHP style * * @return string */ public function getServerVersion() { return $this->adapter->getServerVersion(); }