update page now

InternalIterator 类

(PHP 8)

简介

用于简化内部类实现 IteratorAggregate 的类。

类摘要

final class InternalIterator implements Iterator {
/* 方法 */
private __construct()
public current(): mixed
public key(): mixed
public next(): void
public rewind(): void
public valid(): bool
}

目录

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top