|
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()
}
|