NAME ^

php_image.pir - PHP image Standard Library

DESCRIPTION ^

Functions ^

array getimagesize(string imagefile [, array info])
Get the size of an image as 4-element arrayNOT IMPLEMENTED.
string image_type_to_extension(int imagetype [, bool include_dot])
Get file extension for image-type returned by getimagesize, exif_read_data, exif_thumbnail, exif_imagetypeNOT IMPLEMENTED.
string image_type_to_mime_type(int imagetype)
Get Mime-Type for image-type returned by getimagesize, exif_read_data, exif_thumbnail, exif_imagetypeNOT IMPLEMENTED.


parrot