pdf_stroke

(PHP 3>= 3.0.6, PHP 4 )

pdf_stroke -- Draws line along path

Popis

void pdf_stroke (int pdf document)

Funkce pdf_stroke() function draws a line along current path. The current path is the sum of all line drawing. Without this function the line would not be drawn.

Viz takΘ pdf_closepath(), pdf_closepath_stroke().