Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

cairo_image_surface_create_for_data(3) [php man page]

CAIRO_IMAGE_SURFACE_CREATE_FOR_DATA(3)					 1				    CAIRO_IMAGE_SURFACE_CREATE_FOR_DATA(3)

cairo_image_surface_create_for_data - Description

SYNOPSIS
CairoImageSurface cairo_image_surface_create_for_data (string $data, int $format, int $width, int $height, [int $stride = -1]) DESCRIPTION
The function description goes here. Warning This function is currently not documented; only its argument list is available. PARAMETERS
o $data - Description... o $format - Description... o $width - Description... o $height - Description... o $stride - Description... RETURN VALUES
What is returned on success and failure ERRORS
/EXCEPTIONS When does this function issue E_* level errors, and/or throw exceptions. EXAMPLES
Example #1 cairo_image_surface_create_for_data(3) example Any text that describes the purpose of the example, or what goes on in the example should be here. <?php /* ... */ ?> The above example will output something similar to: SEE ALSO
related-function-name-here(3). PHP Documentation Group CAIRO_IMAGE_SURFACE_CREATE_FOR_DATA(3)

Check Out this Related Man Page

CAIRO_PATTERN_ADD_COLOR_STOP_RGB(3)					 1				       CAIRO_PATTERN_ADD_COLOR_STOP_RGB(3)

cairo_pattern_add_color_stop_rgb - Description

SYNOPSIS
void cairo_pattern_add_color_stop_rgb (CairoGradientPattern $pattern, float $offset, float $red, float $green, float $blue) DESCRIPTION
The function description goes here. Warning This function is currently not documented; only its argument list is available. PARAMETERS
o $pattern - Description... o $offset - Description... o $red - Description... o $green - Description... o $blue - Description... RETURN VALUES
What is returned on success and failure ERRORS
/EXCEPTIONS When does this function issue E_* level errors, and/or throw exceptions. EXAMPLES
Example #1 cairo_pattern_add_color_stop_rgb(3) example Any text that describes the purpose of the example, or what goes on in the example should be here. <?php /* ... */ ?> The above example will output something similar to: SEE ALSO
related-function-name-here(3). PHP Documentation Group CAIRO_PATTERN_ADD_COLOR_STOP_RGB(3)
Man Page