PHP
downloads | documentation | faq | getting help | mailing lists | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

svn_commit> <svn_cleanup
Last updated: Fri, 14 Nov 2008

view this page in

svn_client_version

(PECL svn:0.1-0.2)

svn_client_versionReturns the version of the SVN client libraries

Description

string svn_client_version ( void )

Returns the version of the SVN client libraries

Return Values

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

Notes

Warning

This 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.

Examples

Example #1 Basic example

<?php
echo svn_client_version();
?>

The above example will output something similar to:

1.3.1



add a note add a note User Contributed Notes
svn_client_version
There are no user contributed notes for this page.

svn_commit> <svn_cleanup
Last updated: Fri, 14 Nov 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites