imagesx

imagesx

(PHP 4, PHP 5, PHP 7)

imagesxGet image width

Description

int imagesx ( resource $image )

Returns the width of the given image resource.

Parameters

image

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