PDF 函数
PHP Manual

PDF_show_xy

(PHP 4, PECL pdflib >= 1.0.0)

PDF_show_xyOutput text at given position

说明

bool PDF_show_xy ( resource $p , string $text , float $x , float $y )

Prints text in the current font. 成功时返回 TRUE, 或者在失败时返回 FALSE


PDF 函数
PHP Manual