From db9961247e3342fc05dd70176ba054abe69e4e16 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Thu, 6 Nov 2003 10:58:47 +0000 Subject: [PATCH] ading an example git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@143884 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/image/functions/imagepolygon.xml | 36 +++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/reference/image/functions/imagepolygon.xml b/reference/image/functions/imagepolygon.xml index 18e2d691ed..4a00ccffb3 100644 --- a/reference/image/functions/imagepolygon.xml +++ b/reference/image/functions/imagepolygon.xml @@ -1,5 +1,5 @@ - + @@ -22,6 +22,40 @@ = x1, points[3] = y1, etc. num_points is the total number of points (vertices). + + + <function>imagepolygon</function> example + + +]]> + + + See also imagecreate and imagecreatetruecolor.