Overview
KB
Technical FAQ
PHP Manual
CSS2 Manual
HTML Manual
JS Guide
JS Reference
PhpDock Manual
Nu-Coder Manual
PhpExpress Manual
PHP Joomla
Development
Learn PHP
 
<finfo_openfilePro>
Last updated: Tue, 19 Sep 2006

finfo_set_flags

(PECL)

finfo_set_flags -- Set libmagic configuration options

Description

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.

Parameters

finfo

Fileinfo resource returned by finfo_open().

options

One or disjunction of more Fileinfo constants.

Return Values

Returns TRUE on success or FALSE on failure.




<finfo_openfilePro>
Last updated: Tue, 19 Sep 2006