|
imagearcDraws an arc Description
bool imagearc(
GdImage $image ,int $center_x ,int $center_y ,int $width ,int $height ,int $start_angle ,int $end_angle ,int $color ) imagearc draws an arc of circle centered at the given coordinates. Parameters
Return Values
Returns Changelog
Examples
Example #1 Drawing a circle with imagearc
The above example will output something similar to: See Also
|