PHP 8.1.28 Released!

The InternalIterator class

(PHP 8)

简介

Class to ease implementing IteratorAggregate for internal classes.

类摘要

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

目录

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top