imagearc() draws an arc of circle centered at the given coordinates.
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()