网站首页

>>

PHP初级教程手册


函数:ImageDashedLine()



ImageDashedLine

绘虚线。

语法: int imagedashedline(int im, int x1, int y1, int x2, int y2, int col);

返回值: 整数

函数种类: 图形处理

内容说明

本函数将在图形上画出一条虚线。从 x1、y1 连接到 x2、y2,原点 (0,0) 为图形的左上角。参数 col 为虚线的颜色。

参考

ImageLine()  



整理: (www.phpernote.com)

[ 上一页 下一页 ]

|