|
PHP5中文手册
ps_place_image(PECL ps:1.1.0-1.3.5) ps_place_image — Places image on the page 说明
bool ps_place_image
( resource $psdoc
, int $imageid
, float $x
, float $y
, float $scale
)
Places a formerly loaded image on the page. The image can be scaled. If the image shall be rotated as well, you will have to rotate the coordinate system before with ps_rotate(). 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 |