imageellipse

Supported Versions: PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8
Draw an ellipse
imageellipse(    GdImage $image,    int $center_x,    int $center_y,    int $width,    int $height,    int $color): bool