Dutch PHP Conference 2025 - Call For Papers

finfo_set_flags

finfo::set_flags

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

finfo_set_flags -- finfo::set_flagsSet libmagic configuration options

Опис

Процедурний стиль

finfo_set_flags(finfo $finfo, int $flags): true

Об'єктно-орієнтований стиль

public finfo::set_flags(int $flags): bool

This function sets various Fileinfo options. Options can be set also directly in finfo_open() or other Fileinfo functions.

Параметри

finfo

Примірник finfo, що повертається функцією finfo_open().

flags

One or disjunction of more Fileinfo constants.

Значення, що повертаються

Завжди повертає true.

Журнал змін

Версія Опис
8.1.0 Тепер параметр finfo має бути примірником finfo, а не resource, як раніше.
add a note

User Contributed Notes

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