git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@159502 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mehdi Achour 2004-05-24 13:11:12 +00:00
parent c8e18ac5f0
commit 7102f60fce

View file

@ -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