]> granicus.if.org Git - php/commitdiff
Fixed prototype of image_type_to_mime_type(), bug #20094.
authorIlia Alshanetsky <iliaa@php.net>
Fri, 8 Nov 2002 03:04:23 +0000 (03:04 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Fri, 8 Nov 2002 03:04:23 +0000 (03:04 +0000)
ext/standard/image.c

index b900de8e847f070b4a1a6f9adbabc6abb42ab5c5..806d11a276869ea0bede7dae848d126dd1e2a291 100644 (file)
@@ -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)
 {