downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

Cairo::versionString> <Cairo::statusToString
[edit] Last updated: Sat, 18 May 2013

view this page in

Cairo::version

cairo_version

(PECL cairo >= 0.1.0)

Cairo::version -- cairo_versionRetrives cairo's library version

Descrierea

Stil obiect-orientat (method):

public static int Cairo::version ( void )

Stil procedural:

int cairo_version ( void )

Retrieves the current version of the cairo library as an integer value

Parametri

Această funcție nu are parametri.

Valorile întoarse

Current Cairo library version integer

Exemple

Example #1 Stil obiect-orientat

<?php
var_dump
(Cairo::version());
?>

Exemplul de mai sus va afișa ceva similar cu:

int(10808)

Example #2 Stil procedural

<?php
var_dump
(cairo_version());
?>

Exemplul de mai sus va afișa ceva similar cu:

int(10808)

Vedeți de asemenea



add a note add a note User Contributed Notes Cairo::version - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites