CakeFest 2024: The Official CakePHP Conference

CachingIterator::__construct

(PHP 5, PHP 7, PHP 8)

CachingIterator::__constructСоздаёт новый объект CachingIterator для итератора

Описание

public CachingIterator::__construct(Iterator $iterator, int $flags = CachingIterator::CALL_TOSTRING)
Внимание

Функцию пока не задокументировали; для знакомства доступен только список аргументов.

Список параметров

iterator

Iterator для кеширования

flags

Битовые маски флагов.

add a note

User Contributed Notes

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