From e714b286a29a515e7058e3ff9c31e44c7c2e5d57 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Thu, 6 Nov 2003 16:07:38 +0000 Subject: [PATCH] some protos updates git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@143900 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/image/functions/imagealphablending.xml | 5 +++-- reference/image/functions/imageantialias.xml | 4 ++-- reference/image/functions/imagecopyresampled.xml | 8 ++++---- reference/image/functions/imagefilledarc.xml | 5 +++-- reference/image/functions/imagefilledellipse.xml | 6 +++--- reference/image/functions/imagesetstyle.xml | 6 +++--- reference/image/functions/imagesetthickness.xml | 6 +++--- 7 files changed, 21 insertions(+), 19 deletions(-) diff --git a/reference/image/functions/imagealphablending.xml b/reference/image/functions/imagealphablending.xml index 6319dde525..17f4cfa12c 100644 --- a/reference/image/functions/imagealphablending.xml +++ b/reference/image/functions/imagealphablending.xml @@ -1,5 +1,5 @@ - + @@ -9,7 +9,7 @@ Description - intimagealphablending + boolimagealphablending resourceimage boolblendmode @@ -26,6 +26,7 @@ when drawing on palette images. If blendmode is &true;, then blending mode is enabled, otherwise disabled. + &return.success; diff --git a/reference/image/functions/imageantialias.xml b/reference/image/functions/imageantialias.xml index 4f33fefbeb..28213436d8 100644 --- a/reference/image/functions/imageantialias.xml +++ b/reference/image/functions/imageantialias.xml @@ -1,5 +1,5 @@ - + imageantialias @@ -11,7 +11,7 @@ Description boolimageantialias - intim + resourceim boolon diff --git a/reference/image/functions/imagecopyresampled.xml b/reference/image/functions/imagecopyresampled.xml index d98a656925..81488a9313 100644 --- a/reference/image/functions/imagecopyresampled.xml +++ b/reference/image/functions/imagecopyresampled.xml @@ -1,5 +1,5 @@ - + @@ -9,7 +9,7 @@ Description - intimagecopyresampled + boolimagecopyresampled resourcedst_im resourcesrc_im intdstX @@ -25,8 +25,8 @@ imagecopyresampled copies a rectangular portion of one image to another image, smoothly interpolating pixel values so that, in particular, reducing the size of an image still - retains a great deal of clarity. - Dst_im is the destination image, + retains a great deal of clarity. &return.success; + dst_im is the destination image, src_im is the source image identifier. If the source and destination coordinates and width and heights differ, appropriate stretching or shrinking of the image fragment diff --git a/reference/image/functions/imagefilledarc.xml b/reference/image/functions/imagefilledarc.xml index 62094084cf..4ea8fe35ca 100644 --- a/reference/image/functions/imagefilledarc.xml +++ b/reference/image/functions/imagefilledarc.xml @@ -1,5 +1,5 @@ - + @@ -9,7 +9,7 @@ Description - intimagefilledarc + boolimagefilledarc resourceimage intcx intcy @@ -24,6 +24,7 @@ imagefilledarc draws a partial ellipse centered at cx, cy (top left is 0, 0) in the image represented by image. + &return.success; W and h specifies the ellipse's width and height respectively while the start and end points are specified diff --git a/reference/image/functions/imagefilledellipse.xml b/reference/image/functions/imagefilledellipse.xml index c23f041d0c..ad27a47332 100644 --- a/reference/image/functions/imagefilledellipse.xml +++ b/reference/image/functions/imagefilledellipse.xml @@ -1,5 +1,5 @@ - + @@ -9,7 +9,7 @@ Description - intimagefilledellipse + boolimagefilledellipse resourceimage intcx intcy @@ -23,7 +23,7 @@ 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 + color. &return.success; diff --git a/reference/image/functions/imagesetstyle.xml b/reference/image/functions/imagesetstyle.xml index ca9cc1f13b..da77f21e74 100644 --- a/reference/image/functions/imagesetstyle.xml +++ b/reference/image/functions/imagesetstyle.xml @@ -1,5 +1,5 @@ - + @@ -9,7 +9,7 @@ Description - intimagesetstyle + boolimagesetstyle resourceimage arraystyle @@ -18,7 +18,7 @@ line drawing functions (such as imageline and imagepolygon) when drawing with the special color IMG_COLOR_STYLED or lines of images with color - IMG_COLOR_STYLEDBRUSHED. + IMG_COLOR_STYLEDBRUSHED. &return.success; The style parameter is an array of pixels. diff --git a/reference/image/functions/imagesetthickness.xml b/reference/image/functions/imagesetthickness.xml index 6f75bd4210..6060e9ad9a 100644 --- a/reference/image/functions/imagesetthickness.xml +++ b/reference/image/functions/imagesetthickness.xml @@ -1,5 +1,5 @@ - + @@ -9,14 +9,14 @@ Description - voidimagesetthickness + boolimagesetthickness resourceimage intthickness imagesetthickness sets the thickness of the lines drawn when drawing rectangles, polygons, ellipses etc. etc. to - thickness pixels. + thickness pixels. &return.success; This function was added in PHP 4.0.6 and requires GD 2.0.1 or later