finfo 类

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

介绍

此类为 fileinfo 函数提供了一个面向对象的接口。

类概要

class finfo {
/* 方法 */
public __construct(int $flags = FILEINFO_NONE, ?string $magic_database = null)
public buffer(string $string, int $flags = FILEINFO_NONE, ?resource $context = null): string|false
public file(string $filename, int $flags = FILEINFO_NONE, ?resource $context = null): string|false
public set_flags(int $flags): bool
}

目录

添加备注

用户贡献的备注

此页面没有用户贡献的备注。
To Top