There are 7 values that can be returned. Here is a list of them and what each one means
block: block special device
char: character special device
dir: directory
fifo: FIFO (named pipe)
file: regular file
link: symbolic link
unknown: unknown file type
filetype
(PHP 4, PHP 5)
filetype — Vrací typ souboru
Popis
string filetype ( string $filename )Vrací typ souboru. Možné hodnoty jsou fifo, char, dir, block, link, file a unknown.
Při chybě vrací FALSE.
Výsledek této funkce je cachován. Více informací - viz clearstatcache().
filetype
ruach at chpc dot utah dot edu
10-Mar-2004 08:11
10-Mar-2004 08:11
