Searched refs:isAlive (Results 1 – 12 of 12) sorted by relevance
82 if (!$this->connections[$id]->isAlive()) $this->connections[$id]->start();83 if ($this->connections[$id]->isAlive())144 if ($this->connections[$id]->isAlive()) $this->connections[$id]->stop();152 public function isAlive() function in Swift_Connection_Rotator154 return (($this->active !== null) && $this->connections[$this->active]->isAlive());
96 if ($this->connections[$id]->isAlive())129 public function isAlive() function in Swift_Connection_Multi131 return (($this->active !== null) && $this->connections[$this->active]->isAlive());
194 …if (!$this->isAlive()) throw new Swift_ConnectionException("The sendmail process is not alive and …206 …if (!$this->isAlive()) throw new Swift_ConnectionException("The sendmail process is not alive and …304 if (!$this->isAlive())336 public function isAlive() function in Swift_Connection_Sendmail
132 public function isAlive() function in Swift_Connection_NativeMail
440 public function isAlive() function in Swift_Connection_SMTP
61 if ($connection->isAlive() === true || $connection->ping() === true) {92 if ($connection->isAlive() xor $force) {
55 if ($connection->isAlive() === true) {
58 if ($connection->isAlive() === true) {
46 public function isAlive(); function
45 if ($connections[$this->current]->isAlive()) {
57 public function isAlive(): bool; function
102 protected $isAlive = false; variable in Elasticsearch\\Connections\\Connection 519 public function isAlive(): bool function in Elasticsearch\\Connections\\Connection 521 return $this->isAlive;527 $this->isAlive = true;533 $this->isAlive = false;