Query: cairo_version
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CAIRO_VERSION(3) 1 CAIRO_VERSION(3) Cairo::version - Retrives cairo's library version Object oriented style (method):SYNOPSISpublicstatic int Cairo::version (void )DESCRIPTIONProcedural style: int cairo_version (void ) Retrieves the current version of the cairo library as an integer valuePARAMETERSThis function has no parameters.RETURN VALUESCurrent Cairo library version integerEXAMPLESExample #1 Object oriented style <?php var_dump(Cairo::version()); ?> The above example will output something similar to: int(10808) Example #2 Procedural style <?php var_dump(cairo_version()); ?> The above example will output something similar to: int(10808)SEE ALSOCairo::versionString. PHP Documentation Group CAIRO_VERSION(3)
Related Man Pages |
---|
cairo_available_surfaces(3) - php |
cairo_clip_extents(3) - php |
cairo_close_path(3) - php |
cairo_svg_surface_get_versions(3) - php |
pango::cairo(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Simple rules of the UNIX.COM forums: |
UNIX.COM 2017 Year End Summary |
New Code Tags (Syntax Highlighting) |
Status of UNIX.COM Forum Transformation |