PDF_show_xy
(PHP 4, PECL pdflib >= 1.0.0)
PDF_show_xy — Output text at given position
说明
PDF_show_xy
( resource
$p
, string $text
, float $x
, float $y
) : bool
Prints text
in the current font. 成功时返回 TRUE
, 或者在失败时返回 FALSE
。