pdf_curveto
(PHP 3>= 3.0.6, PHP 4 )
pdf_curveto -- Draws a curve
Description
bool pdf_curveto ( resource pdfdoc, float x1, float y1,
float x2, float y2, float x3, float y3)
Draw a Bezier curve from the current point, using 3 more
control points. Returns TRUE on success or FALSE on failure.
pdf_delete
(PHP 4 >= 4.0.5)
pdf_delete -- Deletes a PDF object
Description
bool pdf_delete ( resource pdfdoc)
Delete the PDF resource, and free all internal resources.
Returns TRUE on success or FALSE on failure.
See also pdf_new().
|