PHP » GoLang |
login |
register |
about
|
imagerectangle(PHP 4, PHP 5, PHP 7) imagerectangle — Draw a rectangle Description
bool imagerectangle
( resource
$image
, int $x1
, int $y1
, int $x2
, int $y2
, int $color
)imagerectangle() creates a rectangle starting at the specified coordinates. Parameters
Return Values
Returns Examples
Example #1 Simple imagerectangle() example
<?php The above example will output something similar to: |
more
Recently updated
more
Most requested
more
Last requests
|