pdf_circle

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

pdf_circle -- Draw a circle

Description

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

Adds a circle with center (x, y) and radius r to the current path. The actual drawing of the circle is performed by the next stroke or fill operation.

Returns TRUE on success or FALSE on failure.