Changing color to prevent to confuse newbies

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293619 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Yago Ferrer 2010-01-16 15:41:21 +00:00
parent f73fb2d18f
commit 5aaa6a4f54

View file

@ -81,7 +81,7 @@ $values = array(
$image = imagecreatetruecolor(250, 250);
// allocate colors
$bg = imagecolorallocate($image, 200, 200, 200);
$bg = imagecolorallocate($image, 0, 0, 0)
$blue = imagecolorallocate($image, 0, 0, 255);
// fill the background