PDF Функции
PHP Manual

PDF_curveto

(PHP 4, PECL pdflib:1.0-2.1.3)

PDF_curvetoDraw Bezier curve

Описание

bool PDF_curveto ( resource $p , float $x1 , float $y1 , float $x2 , float $y2 , float $x3 , float $y3 )

Draws a Bezier curve from the current point, using 3 more control points. Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.


PDF Функции
PHP Manual