(PECL cairo >= 0.1.0)
The rectangle purpose
public void CairoContext::rectangle ( string $x, string $y, string $width, string $height )
Object oriented style (method):
Procedural style:
void cairo_rectangle ( CairoContext
$context
, string $x
, string $y
, string $width
, string $height
)Description here.
Parameters:
context
Description...
x
Description...
y
Description...
width
Description...
height
Description...
Returns:
Description...
This function is currently not documented; only its argument list is available.
Examples:
Object oriented style
<?php /* ... */ ?>
The above example will output something similar to:
...
Procedural style
<?php /* ... */ ?>
The above example will output something similar to:
...
Please login to continue.