Php/docs/class.finfo

From Get docs

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

Introduction

This class provides an object oriented interface into the fileinfo functions.


Class synopsis


finfo {

public __construct ([ int $flags = FILEINFO_NONE [, string $magic_database = "" ]] )

public buffer ( string $string [, int $flags = FILEINFO_NONE [, resource|null $context = NULL ]] ) : string|false

public file ( string $filename [, int $flags = FILEINFO_NONE [, resource|null $context = NULL ]] ) : string|false

public set_flags ( int $flags ) : bool

}

Table of Contents