|
imagefilledpolygonDraw a filled polygon DescriptionSignature as of PHP 8.0.0 (not supported with named arguments)
bool imagefilledpolygon(GdImage
$image , array $points , int $color )Alternative signature (deprecated as of PHP 8.1.0) bool imagefilledpolygon(
GdImage $image ,array $points ,int $num_points ,int $color )
imagefilledpolygon creates a filled polygon
in the given Parameters
Return Values
Returns Changelog
Examples
Example #1 imagefilledpolygon example
The above example will output something similar to: See Also
|