Forum und email

svn_client_version

(PECL svn:0.1-0.2)

svn_client_version — Returns the version of the SVN client libraries

설명

string svn_client_version ( void )

Returns the version of the SVN client libraries

반환값

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

주의

Warning

This function is EXPERIMENTAL. The behaviour of this function, the name of this function, and anything else documented about this function may change without notice in a future release of PHP. Use this function at your own risk.

예제

Example#1 Basic example

<?php
echo svn_client_version();
?>

위 예제의 출력 예:

1.3.1