finfo_set_flags
(PHP >= 5.3.0, PECL fileinfo >= 0.1.0)
finfo_set_flags — Set libmagic configuration options
Описание
bool finfo_set_flags
( resource $finfo
, int $options
)
finfo
bool set_flags
( int $options
)
This function sets various Fileinfo options. Options can be set also directly in finfo_open() or other Fileinfo functions.
Параметри
- finfo
-
Fileinfo resource returned by finfo_open().
- options
-
One or disjunction of more Fileinfo constants.
Връщани стойности
Връща TRUE при успех или FALSE при неуспех.
There are no user contributed notes for this page.
