Home
last modified time | relevance | path

Searched defs:image_type (Results 1 – 4 of 4) sorted by relevance

/PHP-8.1/ext/exif/
H A Dexif.stub.php22 function exif_thumbnail($file, &$width = null, &$height = null, &$image_type = null): string|false …
/PHP-8.1/ext/standard/
H A Dimage.c1267 PHPAPI char * php_image_type_to_mime_type(int image_type) in php_image_type_to_mime_type()
1325 zend_long image_type; in PHP_FUNCTION() local
H A Dbasic_functions.stub.php1303 function image_type_to_mime_type(int $image_type): string {}
1306 function image_type_to_extension(int $image_type, bool $include_dot = true): string|false {}
/PHP-8.1/ext/gd/
H A Dgd.c1639 static void _php_image_create_from(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, gdImageP… in _php_image_create_from()
1869 static void _php_image_output(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn) in _php_image_output()
4230 static void _php_image_output_ctx(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn) in _php_image_output_ctx()

Completed in 29 milliseconds