update : 2015.11.03
php.shukuma.com검색:
|
imagearc(PHP 4, PHP 5, PHP 7) imagearc — Draws an arc 설명
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. 인수
반환값
성공 시 예제
Example #1 Drawing a circle with imagearc()
<?php 위 예제의 출력 예시: 참고
|