Draws a partial ellipse centered at the specified coordinate in the
given image.
imageAn image resource, returned by one of the image creation functions, such as imagecreatetruecolor().
cxx-coordinate of the center
cyy-coordinate of the center
widthThe arc width
heightThe arc height
startThe arc start angle, in degrees.
endThe arc end angle, in degrees. 0° is located at the three-o'clock position, and the arc is drawn clockwise.
colorA color identifier created with imagecolorallocate()
styleA bitwise OR of the following possibilities:
IMG_ARC_PIE
IMG_ARC_CHORD
IMG_ARC_NOFILL
IMG_ARC_EDGED