update : 2015.11.03
php.shukuma.com검색:
|
imagefilledrectangle(PHP 4, PHP 5, PHP 7) imagefilledrectangle — Draw a filled rectangle 설명
bool imagefilledrectangle
( resource
$image
, int $x1
, int $y1
, int $x2
, int $y2
, int $color
)
Creates a rectangle filled with 인수
반환값
성공 시 예제
Example #1 imagefilledrectangle() usage
<?php 위 예제의 출력 예시: |