isConnected() публичный Метод

Checks whether the connection is initialized and connected.
public isConnected ( ) : boolean
Результат boolean
Пример #1
0
 /**
  * Return whether this datasource is connected or not to the persistent storage server
  *
  * @return boolean
  */
 public function isConnected()
 {
     return $this->connection->isConnected();
 }