JavaScript Editor Javascript debugger     Website design 


svn_client_version

Returns the version of the SVN client libraries (PECL svn:0.1-0.2)
string svn_client_version ( )

Returns the version of the SVN client libraries

Return Values

String version number, usually in form of x.y.z.

Notes

Warning:

This function is EXPERIMENTAL. The behaviour of this function, the name of this function, and anything else documented about this function may change without notice in a future release of PHP. Use this function at your own risk.

Examples

Example 2492. Basic example

<?php
echo svn_client_version();
?>

The above example will output something similar to:

1.3.1