PDF_setdash
(PHP 4, PECL pdflib >= 1.0.0)
PDF_setdash — Set simple dash pattern
Descrição
bool PDF_setdash
( resource
$pdfdoc
, float $b
, float $w
)
Sets the current dash pattern to b
black
and w
white units. Retorna TRUE
em caso de sucesso ou FALSE
em caso de falha.