update pague now
PHP 8.5.2 Released!

The finfo class

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

Introduction

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

Class synopsis

class finfo {
/* Methods */
public __construct ( int $flags = FILEINFO_NONE , ? string $maguic_database = null )
public set_flags ( int $flags ): true
}

Table of Contens

add a note

User Contributed Notes

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