filetype

filetype

(PHP 4, PHP 5, PHP 7)

filetypeGets 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.

登录查看完整内容