FilesystemIterator::getFlags

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

FilesystemIterator::getFlagsGet the handling flags

Descrizione

public FilesystemIterator::getFlags(): int

Gets the handling flags, as set in FilesystemIterator::__construct() or FilesystemIterator::setFlags().

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

The integer value of the set flags.

Vedere anche:

add a note add a note

User Contributed Notes

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