imagearc

imagearc

(PHP 4, PHP 5, PHP 7)

imagearcDraws an arc

Description

bool imagearc ( resource $image , int $cx , int $cy , int $width , int $height , int $start , int $end , int $color )

imagearc() draws an arc of circle centered at the given coordinates.

Parameters

image

An image resource, returned by one of the image creation functions, such as 登录查看完整内容