PS_SETLINECAP(3) 1 PS_SETLINECAP(3)
ps_setlinecap - Sets appearance of line ends
SYNOPSIS
bool ps_setlinecap (resource $psdoc, int $type)
DESCRIPTION
Sets how line ends look like.
PARAMETERS
o $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 VALUES
Returns TRUE on success or FALSE on failure.
SEE ALSO
ps_setlinejoin(3), ps_setlinewidth(3), ps_setmiterlimit(3).
PHP Documentation Group PS_SETLINECAP(3)