Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dphp_image.h63 PHPAPI char * php_image_type_to_mime_type(int image_type);
H A Dimage.c1178 PHPAPI char * php_image_type_to_mime_type(int image_type) in php_image_type_to_mime_type() function
1228 ZVAL_STRING(return_value, (char*)php_image_type_to_mime_type(p_image_type)); in PHP_FUNCTION()
1481 add_assoc_string(return_value, "mime", (char*)php_image_type_to_mime_type(itype)); in php_getimagesize_from_stream()
/PHP-7.4/ext/exif/
H A Dexif.c4626 …exif_iif_add_str(&ImageInfo, SECTION_FILE, "MimeType", (char*)php_image_type_to_mime_type(Ima… in PHP_FUNCTION()
4693 …str(&ImageInfo, SECTION_COMPUTED, "Thumbnail.MimeType", (char*)php_image_type_to_mime_type(ImageIn… in PHP_FUNCTION()

Completed in 22 milliseconds