PDF 函数
PHP Manual

PDF_lineto

(PHP 4, PECL pdflib >= 1.0.0)

PDF_linetoDraw a line

说明

bool PDF_lineto ( resource $p , float $x , float $y )

Draws a line from the current point to another point. 成功时返回 TRUE, 或者在失败时返回 FALSE


PDF 函数
PHP Manual