Russian Ukraine English
Catalog RSS


filetype

(PHP 3, PHP 4 )

filetype -- Gets file type

Description

string filetype (string filename)

Returns the type of the file. Possible values are fifo, char, dir, block, link, file, and unknown.

Returns false if an error occurs.

The results of this function are cached. See clearstatcache() for more details.

Led