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 ]] )
public bool set_flags ( int $options )
}

Зміст

add a note add a note

User Contributed Notes

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