parent root
PHP: PDF_circle - Manual
PHP 7.2.23 Release Announcement

PDF_circle

(PHP 4, PECL pdflib >= 1.0.0)

PDF_circleDraw a circle

Description

PDF_circle ( resource $pdfdoc , float $x , float $y , float $r ) : bool

Adds a circle. Returns TRUE on success or FALSE on failure.

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.
To Top
parent root