imagefill

(PHP 3, PHP 4 )

imagefill -- 区域填充

说明

int imagefill ( resource image, int x, int y, int color)

imagefill()image 图像的坐标 xy(图像左上角为 0, 0)处用 color 颜色执行区域填充(即与 x, y 点颜色相同且相邻的点都会被填充)。