imagefilledarc

Supported Versions: PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8
Draw a partial arc and fill it
imagefilledarc(    GdImage $image,    int $center_x,    int $center_y,    int $width,    int $height,    int $start_angle,    int $end_angle,    int $color,    int $style): bool