找考题网-背景图
单项选择题

下列选项中,可以创建一个3点钟到6点钟方向的圆弧的是()

A.imagefilledarc($img,0,0,200,200,0,90,$color,IMG_ARC_PIE);
B.imagefilledarc($img,0,0,200,200,90,180,$color,IMG_ARC_PIE);
C.imagefilledarc($img,0,0,200,200,0,-90,$color,IMG_ARC_PIE);
D.imagefilledarc($img,0,0,200,200,-90,-180,$color,IMG_ARC_PIE);