Home
last modified time | relevance | path

Searched refs:php_image_type_to_mime_type (Results 1 – 3 of 3) sorted by relevance

/PHP-7.1/ext/standard/
H A Dphp_image.h65 PHPAPI char * php_image_type_to_mime_type(int image_type);
H A Dimage.c1174 PHPAPI char * php_image_type_to_mime_type(int image_type) in php_image_type_to_mime_type() function
1224 ZVAL_STRING(return_value, (char*)php_image_type_to_mime_type(p_image_type)); in PHP_FUNCTION()
1455 add_assoc_string(return_value, "mime", (char*)php_image_type_to_mime_type(itype)); in php_getimagesize_from_stream()
/PHP-7.1/ext/exif/
H A Dexif.c4059 …exif_iif_add_str(&ImageInfo, SECTION_FILE, "MimeType", (char*)php_image_type_to_mime_type(Ima… in PHP_FUNCTION()
4125 …str(&ImageInfo, SECTION_COMPUTED, "Thumbnail.MimeType", (char*)php_image_type_to_mime_type(ImageIn… in PHP_FUNCTION()

Completed in 21 milliseconds