Home Tutorial Php Phpgd PHP GD imagesy

 
 

PHP GD imagesy
Posted on: November 10, 2009 at 12:00 AM
This example shows how to get imagesy in php gd.

<?php

$img = imagecreatetruecolor(300, 200);

echo imagesy($img);

?>

After running the program you will get the following output

OUTPUT:200

Related Tags for PHP GD imagesy:


Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.