derick Sat Jan 4 18:57:20 2003 EDT Modified files: /phpdoc/en/reference/filesystem/functions filetype.xml Log: - Update docs to reflect change in warning level Index: phpdoc/en/reference/filesystem/functions/filetype.xml diff -u phpdoc/en/reference/filesystem/functions/filetype.xml:1.5 phpdoc/en/reference/filesystem/functions/filetype.xml:1.6 --- phpdoc/en/reference/filesystem/functions/filetype.xml:1.5 Sat Jan 4 17:01:48 2003 +++ phpdoc/en/reference/filesystem/functions/filetype.xml Sat Jan 4 18:57:19 +2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 --> <refentry id="function.filetype"> <refnamediv> @@ -18,7 +18,7 @@ </para> <para> Returns &false; if an error occurs. <function>filetype</function> will also - produce an <constant>E_WARNING</constant> message if the stat call fails + produce an <constant>E_NOTICE</constant> message if the stat call fails or if the file type is unknown. </para> <para>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php