码迷,mamicode.com
首页 > 其他好文 > 详细

验证码

时间:2015-01-21 22:15:09      阅读:170      评论:0      收藏:0      [点我收藏+]

标签:

imagefilledrectangle()
imagefilledrectangle() 函数画一矩形并填充。
语法:
bool imagefilledrectangle( resource image, int x1, int y1, int x2, int y2, int color )
x1,y1为左上角左边,x2,y2为右下角坐标。


ImageTTFText

写 TTF 文字到图中。
语法: array ImageTTFText(int im, int size, int angle, int x, int y, int col, string fontfile, string text);
返回值: 数组

验证码

标签:

原文地址:http://www.cnblogs.com/jacson/p/4240091.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!