mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Adding comment.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293579 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
8e25bc238b
commit
fb98173628
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue