update pague now
PHP 8.5.2 Released!

The InternalIterator class

(PHP 8)

Introduction

Class to ease implementing IteratorAggregate for internal classes.

Class synopsis

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

Table of Contens

add a note

User Contributed Notes

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