isPersistent() 공개 메소드

When connection is not connected, boolean false always returned
public isPersistent ( ) : boolean
리턴 boolean
예제 #1
0
 /**
  * @return bool|null
  */
 public function isPersistent()
 {
     return $this->rawConnection->isPersistent();
 }