PHP 8.1.24 Released!

CachingIterator::setFlags

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

CachingIterator::setFlagsThe setFlags purpose

Descrição

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

Esta função não está documentada; apenas a lista de argumentos está disponível.

Set the flags for the CachingIterator object.

Parâmetros

flags

Bitmask of the flags to set.

Valor Retornado

Nenhum valor é retornado.

add a note

User Contributed Notes

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