PS_SETDASH(3) 1 PS_SETDASH(3)
ps_setdash - Sets appearance of a dashed line
SYNOPSIS
bool ps_setdash (resource $psdoc, float $on, float $off)
DESCRIPTION
Sets the length of the black and white portions of a dashed line.
PARAMETERS
o $psdoc
- Resource identifier of the postscript file as returned by ps_new(3).
o $on
- The length of the dash.
o $off
- The length of the gap between dashes.
RETURN VALUES
Returns TRUE on success or FALSE on failure.
SEE ALSO
ps_setpolydash(3).
PHP Documentation Group PS_SETDASH(3)