From fb98173628c895a8a32f2278db046dbd9b362a34 Mon Sep 17 00:00:00 2001 From: Yago Ferrer Date: Fri, 15 Jan 2010 14:49:54 +0000 Subject: [PATCH] Adding comment. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293579 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/image/functions/imagegd2.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/reference/image/functions/imagegd2.xml b/reference/image/functions/imagegd2.xml index 34547a8bd7..6eeb346e87 100644 --- a/reference/image/functions/imagegd2.xml +++ b/reference/image/functions/imagegd2.xml @@ -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