update : 2015.11.03
php.shukuma.com검색:
|
imagefilledpolygon(PHP 4, PHP 5, PHP 7) imagefilledpolygon — Draw a filled polygon 설명
bool imagefilledpolygon
( resource
$image
, array $points
, int $num_points
, int $color
)
imagefilledpolygon() creates a filled polygon
in the given 인수
반환값
성공 시 예제
Example #1 imagefilledpolygon() example
<?php 위 예제의 출력 예시: |