PDF_set_value
(PHP 4 >= 4.0.1, PECL pdflib >= 1.0.0)
PDF_set_value — Set numerical parameter
说明
PDF_set_value
( resource
$p
, string $key
, float $value
) : bool
Sets the value of some PDFlib parameter with numerical type. 成功时返回 TRUE
, 或者在失败时返回 FALSE
。