CakeFest 2024: The Official CakePHP Conference

CachingIterator::__construct

(PHP 5, PHP 7, PHP 8)

CachingIterator::__constructConstruit un nouvel objet CachingIterator pour l'itérateur

Description

public CachingIterator::__construct(Iterator $iterator, int $flags = CachingIterator::CALL_TOSTRING)
Avertissement

Cette fonction est actuellement non documentée ; seule la liste des arguments est disponible.

Liste de paramètres

iterator

Iterator à mettre en cache

flags

Champ d'options.

add a note

User Contributed Notes

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