From f9f1a68011841c57903769eeeb0e2e3c5afa797c Mon Sep 17 00:00:00 2001 From: Maciek Sokolewicz Date: Sat, 4 Jan 2003 10:51:51 +0000 Subject: [PATCH] Fixed bug #21403 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@110295 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 a03cf5e206..67ff4da3b8 100644 --- a/reference/image/functions/getimagesize.xml +++ b/reference/image/functions/getimagesize.xml @@ -1,5 +1,5 @@ - + @@ -78,7 +78,7 @@ echo ""; Beginning with PHP 4.3, getimagesize also returns an - additional parameter, MIME, that corresponds with the + additional parameter, mime, that corresponds with the MIME type of the image. This information can be used to deliver images with correct HTTP Content-type headers: