CakeFest 2024: The Official CakePHP Conference

finfo::__construct

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

finfo::__construct别名 finfo_open()

说明

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

此函数是该函数的别名: finfo_open()

更新日志

版本 说明
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