update page now
Longhorn PHP 2026 - Call For Papers

La clase Swoole\Connection\Iterator

(PECL swoole >= 1.9.0)

Introducción

Sinopsis de la Clase

class Swoole\Connection\Iterator implements Iterator, Countable, ArrayAccess {
/* Métodos */
public function count(): int
public function current(): Connection
public function key(): int
public function next(): Connection
public function offsetExists(int $index): bool
public function offsetGet(string $index): Connection
public function offsetSet(int $offset, mixed $connection): void
public function offsetUnset(int $offset): void
public function rewind(): void
public function valid(): bool
}

Tabla de contenidos

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top