Display the text box

exif_thumbnail()

« exif_tagname | exp »
<?php
$string 
exif_thumbnail (
    
// string $filename
    
// [int &$width]
    
// [int &$height]
    
  // [int &$imagetype]
);
?>
Result
$width = NULL
$height = NULL
$imagetype = NULL
$string = false
PHP warning : exif_thumbnail(): Unable to open file
Examples
#1 exif_thumbnail  ("/tmp/legs.jpg",
 
$width,
 
$height,
 
$imagetype)
#2 exif_thumbnail  ("/tmp/flower.jpg")
See also
exif_read_data, image_type_to_mime_type