update : 2015.11.03
php.shukuma.com검색:
|
imagefilledellipse(PHP 4 >= 4.0.6, PHP 5, PHP 7) imagefilledellipse — Draw a filled ellipse 설명
bool imagefilledellipse
( resource
$image
, int $cx
, int $cy
, int $width
, int $height
, int $color
)
Draws an ellipse centered at the specified coordinate on the given
인수
반환값
성공 시 예제
Example #1 imagefilledellipse() example
<?php 위 예제의 출력 예시: 주의
|