CakeFest 2024: The Official CakePHP Conference

CachingIterator::setFlags

(PHP 5 >= 5.2.0, PHP 7, PHP 8)

CachingIterator::setFlagsThe setFlags purpose

Açıklama

public CachingIterator::setFlags(int $flags): void
Uyarı

Bu işlev hala belgelendirilmemiştir; sadece bağımsız değişken listesi mevcuttur.

Set the flags for the CachingIterator object.

Bağımsız Değişkenler

flags

Bitmask of the flags to set.

Dönen Değerler

Hiçbir değer dönmez.

add a note

User Contributed Notes

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