略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: Swoole\Connection\Iterator

2024-04-24

The Swoole\Connection\Iterator class

(PECL swoole >= 1.9.0)

简介

类摘要

class 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
}

目录

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/class.swoole-connection-iterator.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3