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