The finfo class

From Get docs
Php/docs/latest/class.finfo


The finfo class

Introduction

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

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

Class synopsis

class finfo {

/* Methods */

public __construct(int $flags = FILEINFO_NONE, ?string $magic_database = null)

public buffer(string $string, int $flags = FILEINFO_NONE, ?resource $context = null): string|false
public file(string $filename, int $flags = FILEINFO_NONE, ?resource $context = null): string|false
public set_flags(int $flags): bool

}

Table of Contents


© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/class.finfo.php