ps_set_border_dash
(PECL ps >= 1.1.0)
ps_set_border_dash — Sets length of dashes for border of annotations
Описание
bool ps_set_border_dash
( resource $psdoc
, float $black
, float $white
)
Список параметров
-
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.
Возвращаемые значения
Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.