PHP.nl

svn_client_version

svn_client_version

Returns the version of the SVN client libraries

string **svn_client_version**

Returns the version of the SVN client libraries

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

Voorbeeld: Basic example

<?php
echo svn_client_version();
?>
1.3.1