PS_SETLINEJOIN(3) 1 PS_SETLINEJOIN(3)
ps_setlinejoin - Sets how contected lines are joined
SYNOPSIS
bool ps_setlinejoin (resource $psdoc, int $type)
DESCRIPTION
Sets how lines are joined.
PARAMETERS
o $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 VALUES
Returns TRUE on success or FALSE on failure.
SEE ALSO
ps_setlinecap(3), ps_setlinewidth(3), ps_setmiterlimit(3).
PHP Documentation Group PS_SETLINEJOIN(3)