update : 2015.11.03
php.shukuma.com검색:
|
ps_begin_pattern(PECL ps >= 1.2.0) ps_begin_pattern — Start a new pattern 설명
int ps_begin_pattern
( resource
$psdoc
, float $width
, float $height
, float $xstep
, float $ystep
, int $painttype
)Starts a new pattern. A pattern is like a page containing e.g. a drawing which can be used for filling areas. It is used like a color by calling ps_setcolor() and setting the color space to pattern. 인수
반환값
The identifier of the pattern 실패 시 예제
Example #1 Creating and using a pattern
<?php 참고
|