Php/docs/class.finfo

提供:Dev Guides
< Php
移動先:案内検索

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

はじめに

このクラスは、fileinfo 関数にオブジェクト指向のインターフェイスを提供します。


クラス概要


finfo {

public __construct ([ int $flags = FILEINFO_NONE [, string $magic_database = "" ]] )

public buffer ( string $string [, int $flags = FILEINFO_NONE [, resource|null $context = null ]] ) : string|false

public file ( string $filename [, int $flags = FILEINFO_NONE [, resource|null $context = null ]] ) : string|false

public set_flags ( int $flags ) : bool

}

目次