PHP » GoLang |
login |
register |
about
|
GoLang imagedashedline
request it (220)
GoLang replacement for PHP's imagedashedline
[edit | history]
imagedashedline(PHP 4, PHP 5, PHP 7) imagedashedline — Draw a dashed line Description
bool imagedashedline
( resource
$image
, int $x1
, int $y1
, int $x2
, int $y2
, int $color
)This function is deprecated. Use combination of imagesetstyle() and imageline() instead. Parameters
Return ValuesAlways returns true Examples
Example #1 imagedashedline() example
<?php The above example will output something similar to: Example #2 Alternative to imagedashedline()
<?php |
more
Recently updated
more
Most requested
more
Last requests |