The bug reported by 'michi at marel dot at' also exists in PHP version 5.1.1. This functions just works with vertical lines!
![]() | imagedashedline说明bool imagedashedline ( resource image, int x1, int y1, int x2, int y2, int color )反对使用本函数。应该用 imagesetstyle() 和 imageline() 的组合替代之。 ![]()
ProfessorNeo at gmx dot de
17-Feb-2006 04:07
The bug reported by 'michi at marel dot at' also exists in PHP version 5.1.1. This functions just works with vertical lines!
alien-scripts.de
14-Jul-2005 05:17
I make my own dashedline:
michi at marel dot at
19-Nov-2003 10:49
There's a bug till PHP 4.0.4 in this function. You can only draw vertical dashed lines. To draw other dashed lines you can set <ImageSetStyle> to a special dashed line and draw it by <ImageLine>.
| ![]() |