PHP 8.3.4 Released!

finfo::__construct

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

finfo::__constructAlias von finfo_open()

Beschreibung

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

Diese Funktion ist ein Alias für: finfo_open()

Changelog

Version Beschreibung
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