PDF_show_xy
(PHP 4, PECL pdflib:1.0-2.1.3)
PDF_show_xy — Output text at given position
说明
bool PDF_show_xy
( resource $p
, string $text
, float $x
, float $y
)
Prints text in the current font. 如果成功则返回 TRUE,失败则返回 FALSE。