ps_set_border_style
(PECL)
ps_set_border_style -- Sets border style of annotations
Descrizione
bool
ps_set_border_style ( resource psdoc, string style, float width )
Annotations like the starting points of links are surrounded by a rectangle.
This function sets the appearance and width of the border line.
Elenco dei parametri
- psdoc
- style
style can be solid or
dashed.
- width
Valori restituiti
Restituisce TRUE in caso di successo, FALSE in caso di fallimento.