imagefilledrectangle
statamic/cms
Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Draw a filled rectangle
<?php imagefilledrectangle
(
GdImage $image
,
int $x1
,
int $y1
,
int $x2
,
int $y2
,
int $color
):
bool