Thanks to visit codestin.com
Credit goes to www.php.net

update page now

The InternalIterator class

(PHP 8)

Introduzione

Class to ease implementing IteratorAggregate for internal classes.

Sommario della classe

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

Indice dei contenuti

add a note

User Contributed Notes

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