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: Fri, 17 May 2013

view this page in

Cairo::version

cairo_version

(PECL cairo >= 0.1.0)

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

说明

面向对象风格 (method):

public static int Cairo::version ( void )

过程化风格:

int cairo_version ( void )

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

参数

此函数没有参数。

返回值

Current Cairo library version integer

范例

Example #1 面向对象风格

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

以上例程的输出类似于:

int(10808)

Example #2 过程化风格

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

以上例程的输出类似于:

int(10808)

参见



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