示例#1
0
文件: Abstract.php 项目: cwcw/cms
 /**
  * Retrieve server version in PHP style
  *
  * @return string
  */
 public function getServerVersion()
 {
     return $this->_adapter->getServerVersion();
 }