PHP function getimagesizefromstring()

PHP > 5.4.0
Get the size of an image from a string.

Parameters

Parameter Data type Default value Note
$imagedata string
$imageinfo array null

Return values

array

|bool Returns an array with 7 elements.
Index 0 and 1 contains respectively the width and the height of the image.
Index 2 is one of the IMAGETYPE_XXX constants indicating the type of the image.
Index 3 is a text string with the correct height="yyy" width="xxx" string
that can be used directly in an IMG tag.
On failure, FALSE is returned.

Additional resources

Official getimagesizefromstring documentation

Newsletter

Nejlepsi tipy a triky o PHP do Vaseho e-mailu. Clanky a novinky nejen ze sveta PHP a programovani.