PHP 8.4.24 Released!

The InternalIterator class

(PHP 8)

Вступ

Class to ease implementing IteratorAggregate for internal classes.

Короткий огляд класу

final class InternalIterator implements Iterator {
/* Методи */
private function __construct()
public function current(): mixed
public function key(): mixed
public function next(): void
public function rewind(): void
public function valid(): bool
}

Зміст

add a note

User Contributed Notes

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