svn_client_version
PHP function
Edit on GitHub ✎
(PECL svn >= 0.1.0)
Returns the version of the SVN client libraries
Description
svn_client_version(): string
Returns the version of the SVN client libraries
Parameters Parameters
Return Values
String version number, usually in form of x.y.z.
Examples
Basic example
php
<?php
echo svn_client_version();
?>The above example will output something similar to:
output
1.3.1