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();
 }