Php/docs/class.swoole-connection-iterator

提供:Dev Guides
< Php
移動先:案内検索

(PECL swoole >= 1.9.0)

はじめに

クラス概要


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

}

目次