Longhorn PHP 2023 - Call for Papers

The InternalIterator class

(PHP 8)

Introdução

Class to ease implementing IteratorAggregate for internal classes.

Sinopse da classe

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

Índice

add a note

User Contributed Notes

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