PHP | FilesystemIterator setFlags() Function
The FilesystemIterator::setFlags() function is an inbuilt function in PHP which is used to set the handling flags. Syntax: void FilesystemIterator::setFlags( int $flags ) Parameters: This function accepts single parameter $flags which holds the handling flags to set. Return Value: This function does