CakeFest 2024: The Official CakePHP Conference

Класс Swoole\Connection\Iterator

(PECL swoole >= 1.9.0)

Введение

Обзор классов

class Swoole\Connection\Iterator implements Iterator, Countable, ArrayAccess {
/* Методы */
public count(): int
public current(): Connection
public key(): int
public next(): Connection
public offsetExists(int $index): bool
public offsetGet(string $index): Connection
public offsetSet(int $offset, mixed $connection): void
public offsetUnset(int $offset): void
public rewind(): void
public valid(): bool
}

Содержание

add a note

User Contributed Notes

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