Предопределенные константы
Перечисленные ниже константы определены данным расширением и могут быть доступны только в том случае, если PHP был собран с поддержкой этого расширения или же в том случае, если данное расширение подгружается во время выполнения.
- FILEINFO_NONE (integer)
- No special handling.
- FILEINFO_SYMLINK (integer)
- Follow symlinks.
- FILEINFO_MIME (integer)
- Return a mime string, instead of a textual description.
- FILEINFO_COMPRESS (integer)
- Decompress compressed files.
- FILEINFO_DEVICES (integer)
- Look at the contents of blocks or character special devices.
- FILEINFO_CONTINUE (integer)
- Return all matches, not just the first.
- FILEINFO_PRESERVE_ATIME (integer)
- If possible preserve the original access time.
- FILEINFO_RAW (integer)
- Don't translate unprintable characters to a \ooo octal representation.
Коментарии
proceed with caution
as the documentation already says
FILEINFO_MIME will output something like "image/jpeg; charset=binary"
while
FILEINFO_MIME_TYPE outputs "image/jpeg"
and
FILEINFO_MIME_ENCODING outputs "binary"