Home > PHP > Function > GD > imagesy()

imagesy()

imagesy - Get image height

Syntax

int imagesy (resource $image)

Arguments

  • image - An image resource, returned by one of the image creation functions, such as imagecreatetruecolor().

Description

Returns the height of the given image resource.

Version

PHP 4, 5

Return value

Return the height of the image or FALSE on errors.