update : 2015.11.03
php.shukuma.com검색:
|
imagerectangle(PHP 4, PHP 5, PHP 7) imagerectangle — Draw a rectangle 설명
bool imagerectangle
( resource
$image
, int $x1
, int $y1
, int $x2
, int $y2
, int $color
)imagerectangle() creates a rectangle starting at the specified coordinates. 인수
반환값
성공 시 예제
Example #1 Simple imagerectangle() example
<?php 위 예제의 출력 예시: |