Adding comment.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293579 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Yago Ferrer 2010-01-15 14:49:54 +00:00
parent 8e25bc238b
commit fb98173628

View file

@ -72,6 +72,7 @@ $im = imagecreatetruecolor(120, 20);
$text_color = imagecolorallocate($im, 233, 14, 91);
imagestring($im, 1, 5, 5, "A Simple Text String", $text_color);
// Output the image
imagegd2($im);
// Free up memory