From fe7fb78b5b7b4f2b5c9f30fc119ed79b07f5e048 Mon Sep 17 00:00:00 2001 From: Nicolas Chaillan Date: Sat, 4 Jan 2003 22:01:48 +0000 Subject: [PATCH] fixes again git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@110518 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/filetype.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/filesystem/functions/filetype.xml b/reference/filesystem/functions/filetype.xml index d1f44b95ec..86b7dd4b25 100644 --- a/reference/filesystem/functions/filetype.xml +++ b/reference/filesystem/functions/filetype.xml @@ -1,5 +1,5 @@ - + @@ -17,9 +17,9 @@ dir, block, link, file, and unknown. - Returns &false; if an error occurs. - This function will also produce an E_WARNING message if the stat call fails or - if the file type is unknown. + Returns &false; if an error occurs. filetype will also + produce an E_WARNING message if the stat call fails + or if the file type is unknown. The results of this function are cached. See