update : 2015.11.03
php.shukuma.com검색:
|
imagefilltoborder(PHP 4, PHP 5, PHP 7) imagefilltoborder — Flood fill to specific color 설명
bool imagefilltoborder
( resource
$image
, int $x
, int $y
, int $border
, int $color
)
imagefilltoborder() performs a flood fill
whose border color is defined by 인수
반환값
성공 시 예제
Example #1 Filling an ellipse with a color
<?php 위 예제의 출력 예시: |