finfo_set_flags
PHP >= 5.3.0, PHP 7, PHP 8, PECL fileinfo >= 0.1.0
finfo_set_flags - Set libmagic configuration options
Manual
finfo_set_flags(
finfo$finfo,
int$flags ): bool
Object-oriented style
public boolfinfo::set_flags intflagsParameters
- finfo
-
An finfo instance, returned by finfo_open.
- flags
-
One or disjunction of more Fileinfo constants.
Return Values
Returns true on success or false on failure.
Changelog
Version | Description |
8.1.0 | The finfo parameter expects an finfo instance now; previously, a resource was expected. |