(PHP >= 5.3.0, PECL fileinfo >= 0.1.0)
finfo_set_flags -- finfo::set_flags — Set libmagic configuration 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
를 반환합니다.