PDF_arcn

(PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0)

PDF_arcnDraw a clockwise circular arc segment

설명

bool PDF_arcn ( resource $p , float $x , float $y , float $r , float $alpha , float $beta )

Except for the drawing direction, this function behaves exactly like PDF_arc().

add a note add a note

User Contributed Notes

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