summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/standard/image.c2
1 files changed, 1 insertions, 1 deletions
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)
{