suche nach in der

mime_content_type> <finfo_open
Last updated: Fri, 18 May 2012

view this page in

finfo_set_flags

finfo::set_flags

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

finfo_set_flags -- finfo::set_flagsSet libmagic configuration options

Beschreibung

Prozeduraler Stil

bool finfo_set_flags ( resource $finfo , int $options )

Objektorientierter Stil

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.

Parameter-Liste

finfo

Fileinfo resource returned by finfo_open().

options

One or disjunction of more Fileinfo constants.

Rückgabewerte

Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.



add a note add a note User Contributed Notes
finfo_set_flags
There are no user contributed notes for this page.

mime_content_type> <finfo_open
Last updated: Fri, 18 May 2012