finfo_set_flags

(PHP >= 5.3.0, PECL fileinfo >= 0.1.0)
Set libmagic configuration options
bool finfo_set_flags ( resource $finfo, int $options )

Procedural style

Object oriented style

public 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.

Parameters:
finfo

Fileinfo resource returned by finfo_open().

options

One or disjunction of more Fileinfo constants.

Returns:

Returns TRUE on success or FALSE on failure.

doc_php
2016-02-24 15:56:43
Comments
Leave a Comment

Please login to continue.