philip Sun Jan 19 20:36:05 2003 EDT Modified files: /phpdoc/en/reference/image/functions imagepolygon.xml Log: Clarified vertices a little (closes bug #21086) and see also imagecreatetruecolor. Index: phpdoc/en/reference/image/functions/imagepolygon.xml diff -u phpdoc/en/reference/image/functions/imagepolygon.xml:1.3 phpdoc/en/reference/image/functions/imagepolygon.xml:1.4 --- phpdoc/en/reference/image/functions/imagepolygon.xml:1.3 Thu Apr 18 13:13:09 2002 +++ phpdoc/en/reference/image/functions/imagepolygon.xml Sun Jan 19 20:36:05 +2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <!-- splitted from ./en/functions/image.xml, last change in rev 1.2 --> <refentry id="function.imagepolygon"> <refnamediv> @@ -20,10 +20,11 @@ <parameter>points</parameter> is a PHP array containing the polygon's vertices, ie. points[0] = x0, points[1] = y0, points[2] = x1, points[3] = y1, etc. <parameter>num_points</parameter> is - the total number of vertices. + the total number of points (vertices). </para> <para> - See also <function>imagecreate</function>. + See also <function>imagecreate</function> and + <function>imagecreatetruecolor</function>. </para> </refsect1> </refentry>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php