(PHP 5 >= 5.2.0, PHP 7, PECL swoole >= 1.9.0)
类摘要
Swoole\Connection\Iterator
implements
Iterator
,
Countable
,
ArrayAccess
{
public count
(
void
) :
int
public current
(
void
) :
Connection
public key
(
void
) :
int
public next
(
void
) :
Connection
public offsetGet
(
string $index
) :
Connection
public valid
(
void
) :
boolean
}