(PECL svn >= 0.1.0)
Returns the version of the SVN client libraries
string svn_client_version ( void )
Returns the version of the SVN client libraries
Returns:
String version number, usually in form of x.y.z.
Examples:
Basic example
<?php echo svn_client_version(); ?>
The above example will output something similar to:
1.3.1
Please login to continue.