php man page for imagesy

Query: imagesy

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

IMAGESY(3)								 1								IMAGESY(3)

imagesy - Get image height

SYNOPSIS
int imagesy (resource $image)
DESCRIPTION
Returns the height of the given $image resource.
PARAMETERS
o $ image -An image resource, returned by one of the image creation functions, such as imagecreatetruecolor(3).
RETURN VALUES
Return the height of the $image or FALSE on errors.
EXAMPLES
Example #1 Using imagesy(3) <?php // create a 300*200 image $img = imagecreatetruecolor(300, 200); echo imagesy($img); // 200 ?>
SEE ALSO
imagecreatetruecolor(3), getimagesize(3), imagesx(3). PHP Documentation Group IMAGESY(3)
Related Man Pages
imagecreate(3) - php
imageellipse(3) - php
imagerectangle(3) - php
imagesetpixel(3) - php
imagesettile(3) - php
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
User Guide: Posting in the Emergency Forum
Forum Video Tutorial: How to Use Code Tags
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1)
Please Welcome Nicki Paul to the Moderator Team!