PHP » GoLang |
login |
register |
about
|
GoLang Cairo::versionString
request it (396)
GoLang replacement for PHP's Cairo::versionString
[edit | history]
Cairo::versionStringcairo_version_string(PECL cairo >= 0.1.0) Cairo::versionString -- cairo_version_string — Retrieves cairo version as string DescriptionObject oriented style (method):
public static string Cairo::versionString
( void
)
Procedural style:
string cairo_version_string
( void
)
Retrieves the current cairo library version as a string. ParametersThis function has no parameters. Return ValuesCurrent Cairo library version string Examples
Example #1 Object oriented style
<?php The above example will output something similar to: string(5) "1.8.8"
Example #2 Procedural style
<?php The above example will output something similar to: string(5) "1.8.8" |
more
Recently updated
more
Most requested
more
Last requests
|