PDF Functions
PHP Manual

PDF_rect

(PHP 4, PECL pdflib >= 1.0.0)

PDF_rectDraw rectangle

Description

bool PDF_rect ( resource $p , float $x , float $y , float $width , float $height )

Draws a rectangle. Returns TRUE on success or FALSE on failure.


PDF Functions
PHP Manual