Forum und email

PDF_closepath_stroke

(PHP 4, PECL pdflib:1.0-2.1.3)

PDF_closepath_stroke — Closes path and draws line along path

Description

void pdf_closepath_stroke ( int $pdf document )

The PDF_closepath_stroke() function is a combination of PDF_closepath() and PDF_stroke(). It also clears the path.

See also PDF_closepath(), PDF_stroke().