ps_curveto
(PECL)
ps_curveto -- Draws a curve
Descripción
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.
Valores retornados
Devuelve TRUE si todo se
llevó a cabo correctamente, FALSE en caso
de fallo.