php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
__construct (int $flags=FILEINFO_NONE, ?string $magic_database=null) | |
file (string $filename, int $flags=FILEINFO_NONE, $context=null) | |
buffer (string $string, int $flags=FILEINFO_NONE, $context=null) | |
set_flags (int $flags) | |
@not-serializable
Definition at line 66 of file fileinfo.stub.php.
finfo::__construct | ( | int | $flags = FILEINFO_NONE, |
?string | $magic_database = null ) |
@alias finfo_open
Definition at line 69 of file fileinfo.stub.php.
finfo::buffer | ( | string | $string, |
int | $flags = FILEINFO_NONE, | ||
$context = null ) |
resource | null | $context | @tentative-return-type @alias finfo_buffer |
Definition at line 83 of file fileinfo.stub.php.
finfo::file | ( | string | $filename, |
int | $flags = FILEINFO_NONE, | ||
$context = null ) |
resource | null | $context | @tentative-return-type @alias finfo_file |
Definition at line 76 of file fileinfo.stub.php.
finfo::set_flags | ( | int | $flags | ) |
@alias finfo_set_flags @tentative-return-type
Definition at line 89 of file fileinfo.stub.php.