(PHP 4, PECL pdflib >= 1.0.0)
Draw a line
bool PDF_lineto ( resource $p, float $x, float $y )
Draws a line from the current point to another point. Returns TRUE
on success or FALSE
on failure.
Please login to continue.