|
imagedashedlineDraw a dashed line Description
bool imagedashedline(
GdImage $image,int $x1,int $y1,int $x2,int $y2,int $color) This function is deprecated. Use combination of imagesetstyle and imageline instead. Parameters
Return Values
Returns Changelog
Examples
Example #1 imagedashedline example The above example will output something similar to:
Example #2 Alternative to imagedashedline See Also
|