imagesetthickness

(PHP 4 >= 4.0.6, PHP 5)

imagesetthickness -- 设定画线的宽度

说明

bool imagesetthickness ( resource image, int thickness )

imagesetthickness() 把画矩形,多边形,椭圆等等时所用的线宽设为 thickness 个像素。如果成功则返回 TRUE,失败则返回 FALSE

注: 本函数需要 GD 2.0.1 或更高版本。


add a note add a note User Contributed Notes
There are no user contributed notes for this page.