SplFixedArray::getIterator

(PHP 8)

SplFixedArray::getIteratorRetrieve the iterator to go through the array

Description

publicSplFixedArray::getIterator(): Iterator

Returns the iterator to go through the array.

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

An instance of an object implementing Iterator to go through the array.

To Top