SVN 函数
PHP 手册

svn_client_version

(PECL svn >= 0.1.0)

svn_client_versionReturns 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

本函数是实验性的。本函数的行为,包括函数名称以及其它任何关于本函数的文档可能会在没有通知的情况下随 PHP 以后的发布而改变。使用本函数风险自担。

范例

Example #1 Basic example

<?php
echo svn_client_version();
?>

上例的输出类似于:

1.3.1


SVN 函数
PHP 手册