CakeFest 2024: The Official CakePHP Conference

finfo::__construct

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

finfo::__constructAlias of finfo_open()

Description

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

This function is an alias of: finfo_open()

Changelog

Version Description
8.0.3 magic_database is nullable now.
add a note

User Contributed Notes

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