update : 2015.11.03
php.shukuma.com
|
The finfo class
The finfo class
(PHP 5 >= 5.3.0, PECL fileinfo >= 0.1.0)
소개
This class provides an object oriented interface into the fileinfo
functions.
클래스 개요
finfo
{
public __construct
([ int $options = FILEINFO_NONE
[, string $magic_file = NULL
]] )
public string buffer
( string $string = NULL
[, int $options = FILEINFO_NONE
[, resource $context = NULL
]] )
public string file
( string $file_name = NULL
[, int $options = FILEINFO_NONE
[, resource $context = NULL
]] )
}
Table of Contents
|
|