PHP 8.3.4 Released!

FilesystemIterator::getFlags

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

FilesystemIterator::getFlagsGet the handling flags

Beschreibung

public FilesystemIterator::getFlags(): int

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

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

The integer value of the set flags.

Siehe auch

add a note

User Contributed Notes

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