finfo_set_flags
(No version information available, might be only in CVS)
finfo_set_flags — Set libmagic configuration options
Popis
bool finfo_set_flags ( resource $finfo, int $options )class 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.
Seznam parametrů
- finfo
Fileinfo resource returned by finfo_open().
- options
One or disjunction of more Fileinfo constants.
Návratové hodnoty
Vrací TRUE při úspěchu, FALSE při selhání.
finfo_set_flags
There are no user contributed notes for this page.
