<?php array_search(mixed $needle, array $haystack, bool $strict = false): int|string|false
<?php public function handleDisconnection(ConnectionInterface $connection) { unset($this->connections[\array_search($connection, $this->connections)]); if ($this->autoPaused && \count($this->connections) < $this->limit) {