PHP » GoLang |
login |
register |
about
|
imagefill(PHP 4, PHP 5, PHP 7) imagefill — Flood fill Description
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 Parameters
Return Values
Returns Examples
Example #1 imagefill() example
<?php The above example will output something similar to: |
more
Recently updated
more
Most requested
more
Last requests
|