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

search for in the

svn_commit> <svn_cleanup
Last updated: Fri, 22 Aug 2008

view this page in

svn_client_version

(PECL svn:0.1-0.2)

svn_client_versionReturns the version of the SVN client libraries

Descripción

string svn_client_version ( void )

Returns the version of the SVN client libraries

Valores retornados

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

Notes

Warning

Esta función es EXPERIMENTAL. Esto significa que el comportamiento de esta función, el nombre de esta función y en definitiva TODO lo documentado sobre esta función, puede cambiar en una futura version de PHP SIN AVISO. La advertencia queda hecha, y utilizar esta extensión queda bajo su propia responsabilidad.

Ejemplos

Example #1 Basic example

<?php
echo svn_client_version();
?>

El resultado del ejemplo seria algo similar a:

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, 22 Aug 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites