Fileinfo Funkcje
PHP Manual

finfo_set_flags

finfo::set_flags

(PHP >= 5.3.0, PECL fileinfo >= 0.1.0)

finfo_set_flags -- finfo::set_flagsSet libmagic configuration options

Opis

Styl proceduralny

bool finfo_set_flags ( resource $finfo , int $options )

Styl obiektowy

bool finfo::set_flags ( int $options )

This function sets various Fileinfo options. Options can be set also directly in finfo_open() or other Fileinfo functions.

Parametry

finfo

Fileinfo resource returned by finfo_open().

options

One or disjunction of more Fileinfo constants.

Zwracane wartości

Zwraca TRUE w przypadku powodzenia, FALSE w przypadku błędu.


Fileinfo Funkcje
PHP Manual