PHP 8.1.28 Released!

CachingIterator::__construct

(PHP 5, PHP 7, PHP 8)

CachingIterator::__construct新しい CachingIterator オブジェクトを作成する

説明

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

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

パラメータ

iterator

キャッシュしたいイテレータ。

flags

フラグのビットマスク。

add a note

User Contributed Notes

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