La classe InternalIterator

(PHP 8)

Introduction

Classe facilitant l'implémentation de IteratorAggregate pour les classes internes.

Synopsis de la classe

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

Sommaire

add a note

User Contributed Notes

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