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

search for in the

CairoContext> <Cairo::version
[edit] Last updated: Fri, 24 May 2013

view this page in

Cairo::versionString

cairo_version_string

(PECL cairo >= 0.1.0)

Cairo::versionString -- cairo_version_stringRécupère la version Cairo sous la forme d'une chaîne de caractères

Description

Style orienté objet (méthode) :

public static string Cairo::versionString ( void )

Style procédural :

string cairo_version_string ( void )

Récupère la version de la bibliothèque cairo courant, sous la forme d'une chaîne de caractères.

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

Une chaîne de caractères décrivant la version de la bibliothèque Cairo courante.

Exemples

Exemple #1 Style orienté objet

<?php

var_dump
(Cairo::versionString());

?>

L'exemple ci-dessus va afficher quelque chose de similaire à :

string(5) "1.8.8"

Exemple #2 Style procédural

<?php

var_dump
(cairo_version_string());

?>

L'exemple ci-dessus va afficher quelque chose de similaire à :

string(5) "1.8.8"

Voir aussi



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

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