Searched refs:php_image_type_to_mime_type (Results 1 - 3 of 3) sorted by relevance
| /PHP_5_5/ext/exif/ |
| H A D | exif.c | 3987 exif_iif_add_str(&ImageInfo, SECTION_FILE, "MimeType", (char*)php_image_type_to_mime_type(ImageInfo.FileType) TSRMLS_CC); 4053 exif_iif_add_str(&ImageInfo, SECTION_COMPUTED, "Thumbnail.MimeType", (char*)php_image_type_to_mime_type(ImageInfo.Thumbnail.filetype) TSRMLS_CC);
|
| /PHP_5_5/ext/standard/ |
| H A D | php_image.h | 64 PHPAPI char * php_image_type_to_mime_type(int image_type);
|
| H A D | image.c | 56 /* REMEMBER TO ADD MIME-TYPE TO FUNCTION php_image_type_to_mime_type */ 1114 /* {{{ php_image_type_to_mime_type 1116 PHPAPI char * php_image_type_to_mime_type(int image_type) function 1164 ZVAL_STRING(return_value, (char*)php_image_type_to_mime_type(p_image_type), 1); 1376 add_assoc_string(return_value, "mime", (char*)php_image_type_to_mime_type(itype), 1);
|
Completed in 13 milliseconds