|
imagefill(PHP 4, PHP 5) imagefill — Flood fill Описание
bool imagefill
( resource $image
, int $x
, int $y
, int $color
)
Performs a flood fill starting at the given coordinate (top left is 0, 0) with the given color in the image. Список параметров
Возвращаемые значенияВозвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки. Примеры
Пример #1 imagefill() example
<?php Результатом выполнения данного примера будет что-то подобное: |
|