pdf_rect
(PHP 3>= 3.0.6, PHP 4 )
pdf_rect -- Draws a rectangle
Description
bool
pdf_rect ( resource pdfdoc, float x, float y, float width, float height)
Draw a (
width
*
height
) rectangle at lower left (
x
,
y
). Returns
TRUE
on success or
FALSE
on failure.