(PECL svn:0.1-0.2)
svn_client_version — Returns the version of the SVN client libraries
Returns the version of the SVN client libraries
String version number, usually in form of x.y.z.
本函数是实验性的。本函数的行为,包括函数名称以及其它任何关于本函数的文档可能会在没有通知的情况下随 PHP 以后的发布而改变。使用本函数风险自担。
Example#1 Basic example
<?php
echo svn_client_version();
?>
上例的输出类似于:
1.3.1