(PECL cairo >= 0.1.0)
CairoContext::relCurveTo -- cairo_rel_curve_to — The relCurveTo purpose
��������� (method):
$x1
, float $y1
, float $x2
, float $y2
, float $x3
, float $y3
) : void���̻����:
$context
, float $x1
, float $y1
, float $x2
, float $y2
, float $x3
, float $y3
) : voidDescription here.
��������δ��д�ĵ������в����б�
context
Description...
x1
Description...
y1
Description...
x2
Description...
y2
Description...
x3
Description...
y3
Description...
Description...
Example #1 ���������
<?php
/* ... */
?>
�������̵���������ڣ�
...
Example #2 ���̻����
<?php
/* ... */
?>
�������̵���������ڣ�
...