(PHP >= 5.3.0, PHP 7, PHP 8, PECL fileinfo >= 0.1.0)
finfo_set_flags -- finfo::set_flags — Set libmagic configuration options
Procedural style
finfo_set_flags(finfo $finfo, int $flags): true
Object-oriented style
public finfo::set_flags(int $flags): true
This function sets various Fileinfo options. Options can be set also directly in finfo_open() or other Fileinfo functions.
finfoAn finfo instance, returned by finfo_open().
flagsOne or disjunction of more Fileinfo constants.
Always returns true.
© 1997–2025 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/function.finfo-set-flags.php