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

public removeInvalid ( ) : string[]
Результат string[]
Пример #1
0
 /**
  *
  */
 private function clearConnectionPool()
 {
     $deleted = $this->connectionPool->removeInvalid();
     foreach ($deleted as $deletedid) {
         $this->emit('disconnect', [$deletedid]);
     }
 }