getVersion() 공개 메소드

public getVersion ( ) : string
리턴 string Version of PHP driver
예제 #1
0
 public function testGetVersion()
 {
     $this->assertTrue(version_compare($this->client->getVersion(), '0.9.0', '>='));
 }