pdf_circle

(PHP3 >= 3.0.6, PHP4 )

pdf_circle -- Draws a circle

Description

void pdf_circle (int pdf document, double x-coor, double y-coor, double radius)

The pdf_circle() function draws a circle with center at point (x-coor, y-coor) and radius radius.

See also pdf_arc(), pdf_stroke().