filetype
filetype
(PHP 4, PHP 5, PHP 7)
filetype — Gets file type
Description
string filetype ( string $filename )
Returns the type of the given file.
Parameters
-
filename
-
Path to the file.
Return Values
Returns the type of the file. Possible values are fifo, char, dir, block, link, file, socket and unknown.