PHP Conference Japan 2024

Swoole\Connection\Iterator 類別

(PECL swoole >= 1.9.0)

簡介

類別概要

class Swoole\Connection\Iterator implements Iterator, Countable, ArrayAccess {
/* 方法 */
public count(): int
公開 current(): Connection
公開 key(): 整數
公開 next(): Connection
公開 offsetExists(整數 $index): 布林
公開 offsetGet(字串 $index): Connection
公開 offsetSet(整數 $offset, 混合 $connection):
公開 offsetUnset(整數 $offset):
公開 rewind():
公開 valid(): 布林
}

目錄

新增註記

使用者貢獻的註記

此頁面沒有使用者貢獻的註記。
To Top