PDF 函数
PHP 手册

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 手册