php man page for cairo_version_string

Query: cairo_version_string

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

CAIRO_VERSION_STRING(3) 						 1						   CAIRO_VERSION_STRING(3)

Cairo::versionString - Retrieves cairo version as string

       Object oriented style (method):

SYNOPSIS
publicstatic string Cairo::versionString (void )
DESCRIPTION
Procedural style: string cairo_version_string (void ) Retrieves the current cairo library version as a string.
PARAMETERS
This function has no parameters.
RETURN VALUES
Current Cairo library version string
EXAMPLES
Example #1 Object oriented style <?php var_dump(Cairo::versionString()); ?> The above example will output something similar to: string(5) "1.8.8" Example #2 Procedural style <?php var_dump(cairo_version_string()); ?> The above example will output something similar to: string(5) "1.8.8"
SEE ALSO
Cairo::version. PHP Documentation Group CAIRO_VERSION_STRING(3)
Related Man Pages
cairo_available_surfaces(3) - php
cairo_text_path(3) - php
cairo_font_face_status(3) - php
cairo_has_current_point(3) - php
stomp_error(3) - php
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
UNIX.COM 2017 Year End Summary
Please Welcome Don Cragun as Lead Moderator
Denial Of Service Attack Update
Please Welcome Nicki Paul to the Moderator Team!