WeakMap::getIterator

(PHP 8)

WeakMap::getIteratorRetrieve an external iterator

Description

abstract public WeakMap::getIterator(): Traversable

Returns an external iterator.

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

An instance of an object implementing Iterator or Traversable

Erreurs / Exceptions

Throws an Exception on failure.

add a note add a note

User Contributed Notes

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