pdf_rect

(PHP 3 >= 3.0.6, PHP 4, PECL)

pdf_rect -- Draw rectangle

Description

bool pdf_rect ( resource p, float x, float y, float width, float height )

Draws a (width * height) rectangle at lower left (x, y). Returns TRUE on success or FALSE on failure.