| 
 
update : 2015.11.03
 
php.shukuma.com검색:
  
 | 
ps_lineto(PECL ps >= 1.1.0) ps_lineto — Draws a line 설명
   bool ps_lineto
    ( resource  
  $psdoc
   , float $x
   , float $y
   )Adds a straight line from the current point to the given coordinates to the current path. Use ps_moveto() to set the starting point of the line. 인수
 
 반환값
   성공 시  예제
 Example #1 Drawing a rectangle 
<?php |