finfo_set_flags
finfo::set_flags
(PHP >= 5.3.0, PECL fileinfo >= 0.1.0)
finfo_set_flags -- finfo::set_flags — Set libmagic configuration options
Description
Procedural style
finfo_set_flags ( resource $finfo , int $flags ) : bool
Object oriented style
public finfo::set_flags ( int $flags ) : bool
This function sets various Fileinfo options. Options can be set also directly in finfo_open() or other Fileinfo functions.
Parameters
-
finfo
-
Fileinfo resource returned by finfo_open().
-
flags
-
One or disjunction of more Fileinfo constants.
Return Values
Returns true
on success or false
on failure.
© 1997–2020 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