pdf_closepath

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

pdf_closepath -- Closes path

Popis

void pdf_closepath ( int pdf document)

Funkce pdf_closepath() function closes the current path. This means, it draws a line from current point to the point where the first line was started. Many functions like pdf_moveto(), pdf_circle() and pdf_rect() start a new path.