php8.5
Home/ Manual/ svn / functions/ svn_client_version

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

Notes Func

Source: reference/svn/functions/svn-client-version.xml · from the official PHP manual (php/doc-en)