From 93ae7c6b911b30d08a3ea11e75fe489baeefac4b Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Thu, 6 Nov 2003 15:24:36 +0000 Subject: [PATCH] examples and see also git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@143896 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/image/functions/imageellipse.xml | 35 ++++- .../image/functions/imagefilledellipse.xml | 145 +++++++++++------- 2 files changed, 119 insertions(+), 61 deletions(-) diff --git a/reference/image/functions/imageellipse.xml b/reference/image/functions/imageellipse.xml index 5a5fca4856..88adbc1e49 100644 --- a/reference/image/functions/imageellipse.xml +++ b/reference/image/functions/imageellipse.xml @@ -1,5 +1,5 @@ - + @@ -26,11 +26,40 @@ specified by color. - This function was added in PHP 4.0.6 and requires GD 2.0.2 or later + This function was added in PHP 4.0.6 and requires GD 2.0.2 or later which can be obtained at &url.gd; - See also imagearc. + + <function>imageellipse</function> example + + +]]> + + + + + See also imagefilledellipse and + imagearc. diff --git a/reference/image/functions/imagefilledellipse.xml b/reference/image/functions/imagefilledellipse.xml index 43a6effd24..c23f041d0c 100644 --- a/reference/image/functions/imagefilledellipse.xml +++ b/reference/image/functions/imagefilledellipse.xml @@ -1,58 +1,87 @@ - - - - - - imagefilledellipse - Draw a filled ellipse - - - Description - - intimagefilledellipse - resourceimage - intcx - intcy - intw - inth - intcolor - - - imagefilledellipse draws an ellipse centered at - cx, cy (top left is - 0, 0) in the image represented by image. - W and h specifies the - ellipse's width and height respectively. The ellipse is filled using - color - - - - This function was added in PHP 4.0.6 and requires GD 2.0.1 or later - - - - See also imagefilledarc. - - - - - + + + + + + imagefilledellipse + Draw a filled ellipse + + + Description + + intimagefilledellipse + resourceimage + intcx + intcy + intw + inth + intcolor + + + imagefilledellipse draws an ellipse centered at + cx, cy (top left is + 0, 0) in the image represented by image. + W and h specifies the + ellipse's width and height respectively. The ellipse is filled using + color + + + + This function was added in PHP 4.0.6 and requires GD 2.0.1 or later + + + + + <function>imagefilledellipse</function> example + + +]]> + + + + + See also imageellipse and + imagefilledarc. + + + + +