finfo::__construct

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

finfo::__constructSinônimo de finfo_open()

Descrição

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

Esta função é um apelido para: finfo_open()

Changelog

Versão Descrição
8.0.3 magic_database is nullable now.
add a note add a note

User Contributed Notes

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