pdf_setlinejoin

(PHP 3 >= 3.0.6, PHP 4, PECL)

pdf_setlinejoin -- Sets linejoin parameter

Description

bool pdf_setlinejoin ( resource pdfdoc, int value )

Sets the line join parameter to a value between 0 and 2 inclusive. 如果成功则返回 TRUE,失败则返回 FALSE


add a note add a note User Contributed Notes
aRichboy at mac dot com
13-Mar-2002 03:01
Where:
0 = Miter join
1 = Round join
2 = Bevel join