(PECL svn >= 0.1.0)
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.
Esta função é EXPERIMENTAL. O comportamento, seu nome e documentação podem mudar sem aviso em futuras versões do PHP. Utilize por sua própria conta e risco.
Exemplo #1 Basic example
<?php
echo svn_client_version();
?>
O exemplo acima irá imprimir algo similar à:
1.3.1