From: Ilia Alshanetsky Date: Fri, 8 Nov 2002 03:04:23 +0000 (+0000) Subject: Fixed prototype of image_type_to_mime_type(), bug #20094. X-Git-Tag: php-4.3.0RC1~183 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d28e3d9dc5d5e1705bfd5887d649f2a63d477bd9;p=php Fixed prototype of image_type_to_mime_type(), bug #20094. --- diff --git a/ext/standard/image.c b/ext/standard/image.c index b900de8e84..806d11a276 100644 --- a/ext/standard/image.c +++ b/ext/standard/image.c @@ -834,7 +834,7 @@ PHPAPI const char * php_image_type_to_mime_type(int image_type) } /* }}} */ -/* {{{ proto array image_type_to_mime_type(int imagetype) +/* {{{ proto string image_type_to_mime_type(int imagetype) Get Mime-Type for image-type returned by getimagesize, exif_read_data, exif_thumbnail, exif_imagetype */ PHP_FUNCTION(image_type_to_mime_type) {