| 
 
update : 2015.11.03
 
php.shukuma.com검색:
  
 | 
ps_curveto(PECL ps >= 1.1.0) ps_curveto — Draws a curve 설명
   bool ps_curveto
    ( resource  
  $psdoc
   , float $x1
   , float $y1
   , float $x2
   , float $y2
   , float $x3
   , float $y3
   )Add a section of a cubic Bézier curve described by the three given control points to the current path. 인수
 
 반환값
   성공 시   |