From 4746fae73052c2fa01ca21add02a33be039d54c2 Mon Sep 17 00:00:00 2001 From: Tal Peer Date: Fri, 16 Aug 2002 19:56:50 +0000 Subject: [PATCH] * Fix #18943 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@92313 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/image/functions/getimagesize.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/image/functions/getimagesize.xml b/reference/image/functions/getimagesize.xml index c672e10715..e945935f97 100644 --- a/reference/image/functions/getimagesize.xml +++ b/reference/image/functions/getimagesize.xml @@ -1,5 +1,5 @@ - + @@ -100,7 +100,7 @@ if ($size && $fp) { If accessing the filename image is impossible, or if it isn't a valid picture, getimagesize - will return &null; and generate a warning. + will return &false; and generate a warning. The optional imageinfo parameter allows