예약 상수
이 확장은 다음의 상수들을 정의합니다.
이 확장을 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.