(PHP >= 5.3.0, PECL fileinfo >= 0.1.0)
finfo_set_flags -- finfo::set_flags — Set libmagic configuration options
Prozeduraler Stil
$finfo
, int $options
)Objektorientierter Stil
$options
)This function sets various Fileinfo options. Options can be set also directly in finfo_open() or other Fileinfo functions.
finfoFileinfo resource returned by finfo_open().
optionsOne or disjunction of more Fileinfo constants.
Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.