|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Data Structures | |
| class | finfo |
Functions | |
| finfo_open (int $flags=FILEINFO_NONE, ?string $magic_database=null) | |
| finfo_close (finfo $finfo) | |
| finfo_set_flags (finfo $finfo, int $flags) | |
| finfo_file (finfo $finfo, string $filename, int $flags=FILEINFO_NONE, $context=null) | |
| finfo_buffer (finfo $finfo, string $string, int $flags=FILEINFO_NONE, $context=null) | |
| mime_content_type ($filename) | |
Variables | |
| const | FILEINFO_NONE = UNKNOWN |
| const | FILEINFO_SYMLINK = UNKNOWN |
| const | FILEINFO_MIME = UNKNOWN |
| const | FILEINFO_MIME_TYPE = UNKNOWN |
| const | FILEINFO_MIME_ENCODING = UNKNOWN |
| const | FILEINFO_DEVICES = UNKNOWN |
| const | FILEINFO_CONTINUE = UNKNOWN |
| const | FILEINFO_PRESERVE_ATIME = UNKNOWN |
| const | FILEINFO_RAW = UNKNOWN |
| const | FILEINFO_APPLE = UNKNOWN |
| const | FILEINFO_EXTENSION = UNKNOWN |
| finfo_buffer | ( | finfo | $finfo, |
| string | $string, | ||
| int | $flags = FILEINFO_NONE, | ||
| $context = null ) |
| resource | null | $context | @refcount 1 |
Definition at line 109 of file fileinfo.stub.php.
| finfo_close | ( | finfo | $finfo | ) |
Definition at line 95 of file fileinfo.stub.php.
| finfo_file | ( | finfo | $finfo, |
| string | $filename, | ||
| int | $flags = FILEINFO_NONE, | ||
| $context = null ) |
| resource | null | $context | @refcount 1 |
Definition at line 103 of file fileinfo.stub.php.
| finfo_open | ( | int | $flags = FILEINFO_NONE, |
| ?string | $magic_database = null ) |
@refcount 1
Definition at line 93 of file fileinfo.stub.php.
| finfo_set_flags | ( | finfo | $finfo, |
| int | $flags ) |
Definition at line 97 of file fileinfo.stub.php.
| mime_content_type | ( | $filename | ) |
| resource | string | $filename | @refcount 1 |
Definition at line 115 of file fileinfo.stub.php.
| const FILEINFO_APPLE = UNKNOWN |
Definition at line 58 of file fileinfo.stub.php.
| const FILEINFO_CONTINUE = UNKNOWN |
Definition at line 39 of file fileinfo.stub.php.
| const FILEINFO_DEVICES = UNKNOWN |
Definition at line 34 of file fileinfo.stub.php.
| const FILEINFO_EXTENSION = UNKNOWN |
Definition at line 63 of file fileinfo.stub.php.
| const FILEINFO_MIME = UNKNOWN |
Definition at line 19 of file fileinfo.stub.php.
| const FILEINFO_MIME_ENCODING = UNKNOWN |
Definition at line 29 of file fileinfo.stub.php.
| const FILEINFO_MIME_TYPE = UNKNOWN |
Definition at line 24 of file fileinfo.stub.php.
| const FILEINFO_NONE = UNKNOWN |
Definition at line 9 of file fileinfo.stub.php.
| const FILEINFO_PRESERVE_ATIME = UNKNOWN |
Definition at line 45 of file fileinfo.stub.php.
| const FILEINFO_RAW = UNKNOWN |
Definition at line 52 of file fileinfo.stub.php.
| const FILEINFO_SYMLINK = UNKNOWN |
Definition at line 14 of file fileinfo.stub.php.