image_type_to_mime_typePodręcznik PHPPoprzedniNastępnyimage_type_to_mime_type (PHP 4 >= 4.3.0)image_type_to_mime_type -- Get Mime-Type for image-type returned by getimagesize,
exif_read_data, exif_thumbnail, exif_imagetypeDescriptionstring image_type_to_mime_type ( int imagetype)
The image_type_to_mime_type() function will determine
the Mime-Type for an IMAGETYPE constant.
Przykład 1. image_type_to_mime_type (file)<?php
header ("Content-type: ".image_type_to_mime_type (IMAGETYPE_PNG));
?>
Notatka:
This function does not require the GD image library.
See also getimagesize(),
exif_imagetype(), exif_read_data()
and exif_thumbnail().
PoprzedniSpis treściNastępnygetimagesizePoczątek rozdziałuimage2wbmp
Wyszukiwarka