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
pango::cairo(3) - suse
cairo_text_path(3) - php
cairo_available_fonts(3) - php
cairo_font_face_status(3) - php
pango::cairo(3pm) - debian
Similar Topics in the Unix Linux Community
Rules for Homework &amp; Coursework Questions Forum
Forum Video Tutorial: How to Use Code Tags
Please Welcome Don Cragun as Lead Moderator
Status of UNIX.COM Forum Transformation
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun