update : 2015.11.03
php.shukuma.com검색:
|
imagefill(PHP 4, PHP 5, PHP 7) imagefill — Flood fill 설명
bool imagefill
( resource
$image
, int $x
, int $y
, int $color
)
Performs a flood fill starting at the given coordinate (top left is 0, 0)
with the given 인수
반환값
성공 시 예제
Example #1 imagefill() example
<?php 위 예제의 출력 예시: |