CairoLinearGradient::__construct

(PECL cairo >= 0.1.0)
The __construct purpose
public CairoLinearGradient::__construct ( float $x0, float $y0, float $x1, float $y1 )

The method description goes here.

Parameters:
x0

Description...

y0

Description...

x1

Description...

y1

Description...

Returns:

Description...

This function is currently not documented; only its argument list is available.

Examples:
CairoLinearGradient::__construct() example
<?php
/* ... */
?>

The above example will output something similar to:

...
doc_php
2016-02-24 15:59:30
Comments
Leave a Comment

Please login to continue.