svn_client_version
  Returns the version of the SVN client libraries
  
 
  Description
  
   string svn_client_version()
  
  
 
  Parameters
  This function has no parameters.
  
 
  Return Values
  
   String version 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:
 
  
  
 
  Notes
  WarningThis function is
EXPERIMENTAL. The behaviour of this function, its name, and
surrounding documentation may change without notice in a future release of PHP.
This function should be used at your own risk.