Query: ps_setlinecap
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PS_SETLINECAP(3) 1 PS_SETLINECAP(3) ps_setlinecap - Sets appearance of line endsSYNOPSISbool ps_setlinecap (resource $psdoc, int $type)DESCRIPTIONSets how line ends look like.PARAMETERSo $psdoc - Resource identifier of the postscript file as returned by ps_new(3). o $type - The type of line ends. Possible values are PS_LINECAP_BUTT, PS_LINECAP_ROUND, or PS_LINECAP_SQUARED.RETURN VALUESReturns TRUE on success or FALSE on failure.SEE ALSOps_setlinejoin(3), ps_setlinewidth(3), ps_setmiterlimit(3). PHP Documentation Group PS_SETLINECAP(3)