Документ взят из кэша поисковой машины. Адрес оригинального документа : http://old.master.cmc.msu.ru/php/function.imagefill.html
Дата изменения: Sun Feb 3 22:41:26 2002
Дата индексирования: Tue Oct 2 03:28:25 2012
Кодировка:
ImageFill

ImageFill

(PHP 3 <= 3.0.18, PHP 4 >= 4.0.0)

ImageFill -- Flood fill

Description

int imagefill ( int im, int x, int y, int col)

ImageFill() performs a flood fill starting at coordinate x, y (top left is 0, 0) with color col in the image im.