(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)
cpdf_show_xy -- Output text at position
说明
bool
cpdf_show_xy ( int pdf_document, string text, float x_coor, float y_coor [, int mode] )
Outputs the string text at the given position.
注意:
The function cpdf_show_xy() is identical to
cpdf_text() without the optional parameters.