Swoole
PHP Manual

The Swoole\Connection\Iterator class

(PHP 5 >= 5.2.0, PHP 7, PECL swoole >= 1.9.0)

简介

类摘要

Swoole\Connection\Iterator implements Iterator , Countable , ArrayAccess {
/* 方法 */
public int count ( void )
public Connection current ( void )
public int key ( void )
public Connection next ( void )
public boolean offsetExists ( int $index )
public Connection offsetGet ( string $index )
public void offsetSet ( int $offset , mixed $connection )
public void offsetUnset ( int $offset )
public void rewind ( void )
public boolean valid ( void )
}

Table of Contents


Swoole
PHP Manual