pdf_closepath

(PHP3 >= 3.0.6, PHP4 )

pdf_closepath -- Closes path

Description

void pdf_closepath (int pdf document)

The 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.