(PHP 3, PHP 4 >= 4.0.0)
int imagefilltoborder (int im, int x, int y, int border, int col)
int imagefilltoborder
ImageFillToBorder()は、 borderで指定した色を境界色として塗りつぶし を行います。(x,y)が 塗りつぶしの始点(左上が0, 0)で、領域内を col色で塗りつぶします。