cpdf_setlinewidth
(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)
cpdf_setlinewidth -- Sets line width
Description
bool
cpdf_setlinewidth
( int pdf_document, float width )
The
cpdf_setlinewidth()
function set the line
width to
width
. 如果成功则返回
TRUE
,失败则返回
FALSE
。