imagepolygon Draws a polygon &reftitle.description; Signature as of PHP 8.0.0 (not supported with named arguments) boolimagepolygon GdImageimage arraypoints intcolor Alternative signature (deprecated as of PHP 8.1.0) boolimagepolygon GdImageimage arraypoints intnum_points intcolor imagepolygon creates a polygon in the given image. &reftitle.parameters; &gd.image.description; points An array containing the polygon's vertices, e.g.: points[0] = x0 points[1] = y0 points[2] = x1 points[3] = y1 num_points Total number of points (vertices), which must be at least 3. If this parameter is omitted as per the second signature, points must have an even number of elements, and num_points is assumed to be count($points)/2. color &gd.identifier.color; &reftitle.returnvalues; &return.success; &reftitle.changelog; &Version; &Description; 8.1.0 The parameter num_points has been deprecated. &gd.changelog.image-param; &reftitle.examples; <function>imagepolygon</function> example ]]> &example.outputs.similar; Output of example : imagepolygon() &reftitle.seealso; imagefilledpolygon imageopenpolygon imagecreate imagecreatetruecolor