PHP 8.3.4 Released!

CachingIterator::setFlags

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

CachingIterator::setFlagsThe setFlags purpose

Description

public CachingIterator::setFlags(int $flags): void
Warning

This function is currently not documented; only its argument list is available.

Set the flags for the CachingIterator object.

Parameters

flags

Bitmask of the flags to set.

Return Values

No value is returned.

add a note

User Contributed Notes

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