Dutch PHP Conference 2025 - Call For Papers

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