Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dphp_image.h64 PHPAPI char * php_image_type_to_mime_type(int image_type);
H A Dimage.c1120 PHPAPI char * php_image_type_to_mime_type(int image_type) in php_image_type_to_mime_type() function
1168 ZVAL_STRING(return_value, (char*)php_image_type_to_mime_type(p_image_type), 1); in PHP_FUNCTION()
1380 add_assoc_string(return_value, "mime", (char*)php_image_type_to_mime_type(itype), 1); in php_getimagesize_from_stream()
/PHP-5.5/ext/exif/
H A Dexif.c4030 …exif_iif_add_str(&ImageInfo, SECTION_FILE, "MimeType", (char*)php_image_type_to_mime_type(Ima… in PHP_FUNCTION()
4096 …str(&ImageInfo, SECTION_COMPUTED, "Thumbnail.MimeType", (char*)php_image_type_to_mime_type(ImageIn… in PHP_FUNCTION()

Completed in 21 milliseconds