PHP 7.0.6 Released

PDF_setlinejoin

(PHP 4, PECL pdflib >= 1.0.0)

PDF_setlinejoinSet linejoin parameter

Description

bool PDF_setlinejoin ( resource $p , int $value )

Sets the linejoin parameter to specify the shape at the corners of paths that are stroked. Returns TRUE on success or FALSE on failure.

User Contributed Notes

aRichboy at mac dot com
14 years ago
Where:
0 = Miter join
1 = Round join
2 = Bevel join
To Top