Overview
KB
Technical FAQ
PHP Manual
CSS2 Manual
HTML Manual
JS Guide
JS Reference
PhpDock Manual
Nu-Coder Manual
PhpExpress Manual
PHP Joomla
Development
Learn PHP
 
<PDF_create_textflowPDF_define_layer>
Last updated: Tue, 19 Sep 2006

PDF_curveto

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

PDF_curveto -- Draw Bezier curve

Description

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. Returns TRUE on success or FALSE on failure.




<PDF_create_textflowPDF_define_layer>
Last updated: Tue, 19 Sep 2006