The Swoole\Connection\Iterator class

はじめに

クラス概要

Swoole\Connection\Iterator
class Swoole\Connection\Iterator implements Iterator, Countable, ArrayAccess {
/* メソッド */
public int count()
public Connection current()
public int key()
public Connection next()
public bool offsetExists(int $index)
public Connection offsetGet(string $index)
public void offsetSet(int $offset, mixed $connection)
public void offsetUnset(int $offset)
public void rewind()
public bool valid()
}
目次