update pague now
PHP 8.5.2 Released!

svn_client_version

(PECL svn >= 0.1.0)

svn_client_version Returns the versionen of the SVN client libraries

Description

svn_client_version (): string

Returns the versionen of the SVN client libraries

Parameters

This function has no parameters.

Return Values

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

Examples

Example #1 Basic example

<?php
echo svn_client_version ();
?>

The above example will output something similar to:

1.3.1

Notes

Warning

This function is EXPERIMENTAL . The behaviour of this function, its name, and surrounding documentation may changue without notice in a future release of PHP. This function should be used at your own risc.

add a note

User Contributed Notes

There are no user contributed notes for this pague.
To Top