男女疯狂一边摸一边做羞羞视频|啊好深好硬快点用力别停动态图|亚洲一区无码中文字幕|特级无码毛片免费视频播放▽|久久狠狠躁免费观看|国内精品久久久久久网站

ps_setpolydash

(PECL ps >= 1.1.0)

ps_setpolydashSets appearance of a dashed line

說(shuō)明

ps_setpolydash(resource $psdoc, float $arr): bool

Sets the length of the black and white portions of a dashed line. ps_setpolydash() is used to set more complicated dash patterns.

參數

psdoc

Resource identifier of the postscript file as returned by ps_new().

arr

arr is a list of length elements alternately for the black and white portion.

返回值

成功時(shí)返回 true, 或者在失敗時(shí)返回 false。

范例

示例 #1 Drawing a dashed line

<?php
$ps 
ps_new();
if (!
ps_open_file($ps"polydash.ps")) {
   print 
"Cannot open PostScript file\n";
     exit;
}

ps_set_info($ps"Creator""polydash.php");
ps_set_info($ps"Author""Uwe Steinmann");
ps_set_info($ps"Title""Poly dash example");

ps_begin_page($ps596842);
ps_setpolydash($ps, array(10525));
ps_moveto($ps100100);
ps_lineto($ps200200);
ps_stroke($ps);
ps_end_page($ps);

ps_delete($ps);
?>

This example draws a line with a 10 and 2 points long line, and gaps of 5 points inbetween.

參見(jiàn)

男女疯狂一边摸一边做羞羞视频|啊好深好硬快点用力别停动态图|亚洲一区无码中文字幕|特级无码毛片免费视频播放▽|久久狠狠躁免费观看|国内精品久久久久久网站