mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
s/w/b
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@159502 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c8e18ac5f0
commit
7102f60fce
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- splitted from ./en/functions/image.xml, last change in rev 1.36 -->
|
||||
<refentry id="function.imagearc">
|
||||
<refnamediv>
|
||||
|
@ -43,7 +43,7 @@ $img = imagecreate(200, 200);
|
|||
$white = imagecolorallocate($img, 255, 255, 255);
|
||||
$black = imagecolorallocate($img, 0, 0, 0);
|
||||
|
||||
// draw a white circle
|
||||
// draw a black circle
|
||||
imagearc($img, 100, 100, 150, 150, 0, 360, $black);
|
||||
|
||||
// output image in the browser
|
||||
|
|
Loading…
Reference in a new issue