Query: ps_setlinejoin
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PS_SETLINEJOIN(3) 1 PS_SETLINEJOIN(3) ps_setlinejoin - Sets how contected lines are joinedSYNOPSISbool ps_setlinejoin (resource $psdoc, int $type)DESCRIPTIONSets how lines are joined.PARAMETERSo $psdoc - Resource identifier of the postscript file as returned by ps_new(3). o $type - The way lines are joined. Possible values are PS_LINEJOIN_MITER, PS_LINEJOIN_ROUND, or PS_LINEJOIN_BEVEL.RETURN VALUESReturns TRUE on success or FALSE on failure.SEE ALSOps_setlinecap(3), ps_setlinewidth(3), ps_setmiterlimit(3). PHP Documentation Group PS_SETLINEJOIN(3)