|
PHP5中文手册
cpdf_translate(PHP 4, PHP 5 <= 5.0.5) cpdf_translate — Sets origin of coordinate system 说明
bool cpdf_translate
( int $pdf_document
, float $x_coor
, float $y_coor
)
Sets the origin of coordinate system to the specified point. 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 |