PDF_setdash
(PHP 4, PECL pdflib >= 1.0.0)
PDF_setdash — Set simple dash pattern
说明
PDF_setdash
( resource
$pdfdoc
, float $b
, float $w
) : bool
Sets the current dash pattern to b
black
and w
white units. 成功时返回 TRUE
, 或者在失败时返回 FALSE
。