|
PHP5中文手册
cpdf_setdash(PHP 4, PHP 5 <= 5.0.5) cpdf_setdash — Sets dash pattern 说明
bool cpdf_setdash
( int $pdf_document
, float $white
, float $black
)
Sets the dash pattern to the given one. If both parameters are 0, a solid line is set. 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 |