|
PHP5中文手册
ps_begin_template(PECL ps:1.2.0-1.3.5) ps_begin_template — Start a new template 说明
int ps_begin_template
( resource $psdoc
, float $width
, float $height
)
Starts a new template. A template is called a form in the postscript language. It is created similar to a pattern but used like an image. Templates are often used for drawings which are placed several times through out the document, e.g. like a company logo. All drawing functions may be used within a template. The template will not be drawn until it is placed by ps_place_image(). 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 范例
Example#1 Creating and using a template
<?php |