PDF_rect
(PHP 4, PECL pdflib >= 1.0.0)
PDF_rect — Draw rectangle
说明
PDF_rect
( resource
$p
, float $x
, float $y
, float $width
, float $height
) : bool
Draws a rectangle. 成功时返回 TRUE
, 或者在失败时返回 FALSE
。