NAME ^

php_exif.pir - PHP exif Library

DESCRIPTION ^

Functions ^

int exif_imagetype(string imagefile)

Get the type of an image

NOT IMPLEMENTED.

array exif_read_data(string filename [, sections_needed [, sub_arrays[, read_thumbnail]]])

Reads header data from the JPEG/TIFF image filename and optionally reads the internal thumbnails

NOT IMPLEMENTED.

string exif_tagname(index)

Get headername for index or false if not defined

NOT IMPLEMENTED.

string exif_thumbnail(string filename [, &width, &height [, &imagetype]])

Reads the embedded thumbnail

NOT IMPLEMENTED.


parrot