TCPDF_IMAGES::getImageFileType( $imgfile,  $iminfo = array() )

Return the image type given the file name or array returned by getimagesize() function.


Description Description


Parameters Parameters

$imgfile

(Required) (string) image file name

$iminfo

(Optional) (array) array of image information returned by getimagesize() function.

Default value: array()


Top ↑

Return Return

(string) image type


Top ↑

Source Source

File: includes/lib/tcpdf/include/tcpdf_images.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
4.8.017 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.