mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
f73fb2d18f
commit
5aaa6a4f54
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue