Statement on glibc/iconv Vulnerability

WeakMap::getIterator

(PHP 8)

WeakMap::getIteratorRetrieve an external iterator

Descripción

public WeakMap::getIterator(): Iterator

Returns an external iterator.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

An instance of an object implementing Iterator or Traversable

Errores/Excepciones

Throws an Exception on failure.

add a note

User Contributed Notes

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