nicos Sat Jan 4 15:42:42 2003 EDT Modified files: /phpdoc/en/reference/filesystem/functions filetype.xml Log: fixing #21410 Index: phpdoc/en/reference/filesystem/functions/filetype.xml diff -u phpdoc/en/reference/filesystem/functions/filetype.xml:1.3 phpdoc/en/reference/filesystem/functions/filetype.xml:1.4 --- phpdoc/en/reference/filesystem/functions/filetype.xml:1.3 Fri Apr 19 02:28:03 2002 +++ phpdoc/en/reference/filesystem/functions/filetype.xml Sat Jan 4 15:42:42 +2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 --> <refentry id="function.filetype"> <refnamediv> @@ -18,6 +18,8 @@ </para> <para> 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. </para> <para> The results of this function are cached. See
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php