isPersistent() public method

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