From 24585650a92cd16b82fc3677f43cccec84e18318 Mon Sep 17 00:00:00 2001 From: Joey Smith Date: Tue, 6 Jan 2004 18:41:32 +0000 Subject: [PATCH] Document "false" return for is_file(). git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147996 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/filesystem.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/filesystem.xml b/functions/filesystem.xml index 51e51ad51c..e7c043ad65 100644 --- a/functions/filesystem.xml +++ b/functions/filesystem.xml @@ -8,7 +8,7 @@ instead --> - + Filesystem functions Filesystem @@ -1959,7 +1959,7 @@ if($fp){ stringfilename - Returns &true; if the filename exists and is a regular file. + Returns &true; if the filename exists and is a regular file, &false; otherwise. The results of this function are cached. See