예제 #1
0
파일: Abstract.php 프로젝트: cwcw/cms
 /**
  * Retrieve server version in PHP style
  *
  * @return string
  */
 public function getServerVersion()
 {
     return $this->_adapter->getServerVersion();
 }