From 4017f22b9f43c7f05efdb1554b2eed03af9215d1 Mon Sep 17 00:00:00 2001 From: Nicolas Chaillan Date: Sat, 4 Jan 2003 20:42:42 +0000 Subject: [PATCH] fixing #21410 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@110516 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/filetype.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/reference/filesystem/functions/filetype.xml b/reference/filesystem/functions/filetype.xml index 6546b6989f..d1f44b95ec 100644 --- a/reference/filesystem/functions/filetype.xml +++ b/reference/filesystem/functions/filetype.xml @@ -1,5 +1,5 @@ - + @@ -18,6 +18,8 @@ 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. The results of this function are cached. See