PHP 7.0.6 Released

CairoSvgSurface::versionToString

(PECL cairo >= 0.1.0)

CairoSvgSurface::versionToStringThe versionToString purpose

Description

public static string CairoSvgSurface::versionToString ( int $version )

The method description goes here.

Warning

This function is currently not documented; only its argument list is available.

Parameters

version

Description...

Return Values

Description...

Examples

Example #1 CairoSvgSurface::versionToString() example

<?php
/* ... */
?>

The above example will output something similar to:

...

See Also

  • Classname::Method()

User Contributed Notes

There are no user contributed notes for this page.
To Top