File InformationTable of Contents
The finfo classIntroductionThis class provides an object oriented interface into the fileinfo functions. Class synopsisfinfo
class 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
]] )
public bool set_flags
( int
}$options
) |