|
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. Список параметров
Возвращаемые значенияВозвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки. Примеры
Пример #1 Drawing a rectangle
<?php |
|