ps_set_border_dash
(PECL ps:1.1.0-1.3.5)
ps_set_border_dash — Sets length of dashes for border of annotations
Description
bool ps_set_border_dash
( resource $psdoc
, float $black
, float $white
)
Parameters
-
psdoc
-
Resource identifier of the postscript file
as returned by ps_new().
-
black
-
The length of the dash.
-
white
-
The length of the gap between dashes.
Return Values
Returns TRUE on success or FALSE on failure.