ps_curveto

(PECL)

ps_curveto -- Draws a curve

說明

bool ps_curveto ( resource psdoc, float x1, float y1, float x2, float y2, float x3, float y3 )

Draws a curve described by the three given points.

返回值

若果成功則返回 TRUE,失敗則返回 FALSE

參見

ps_lineto()