finfo_set_flags

finfo::set_flags

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

finfo_set_flags -- finfo::set_flagsSet libmagic configuration options

Descrição

Estilo procedural

finfo_set_flags ( resource $finfo , int $flags ) : bool

Estilo orientado à objeto

public finfo::set_flags ( int $flags ) : bool

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

Parâmetros

finfo

Fileinfo resource returned by finfo_open().

flags

One or disjunction of more Fileinfo constants.

Valor Retornado

Retorna true em caso de sucesso ou false em caso de falha.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top