svn_commit> <svn_cleanup
Last updated: Fri, 24 Feb 2012

svn_client_version

(PECL svn >= 0.1.0)

svn_client_versionReturns the version of the SVN client libraries

Descrição

string svn_client_version ( void )

Returns the version of the SVN client libraries

Valor Retornado

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

Notas

Aviso

Esta função é EXPERIMENTAL. O comportamento desta função, seu nome, incluindo toda documentação pode ser modificado sem aviso em futuras versões do PHP. Esta função deve ser usada por sua própria conta e risco.

Exemplos

Exemplo #1 Basic example

<?php
echo svn_client_version();
?>

O exemplo acima irá imprimir algo similar a:

1.3.1



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

svn_commit> <svn_cleanup
Last updated: Fri, 24 Feb 2012