pdf_circle

(PHP 3>= 3.0.6, PHP 4 )

pdf_circle -- Draws a circle

Description

bool pdf_circle ( resource pdfdoc, float x, float y, float r)

Draw a circle with center (x, y) and radius r. Returns TRUE on success or FALSE on failure.

See also pdf_arc() and pdf_arcn().