pdf_arc

(PHP 3>= 3.0.6, PHP 4 )

pdf_arc -- Draws an arc (counterclockwise)

Description

bool pdf_arc ( resource pdfdoc, float x, float y, float r, float alpha, float beta)

Draw a counterclockwise circular arc with center (x, y) and radius r from alpha to beta degrees. Returns TRUE on success or FALSE on failure.

See also pdf_arcn() and pdf_circle().