Forum und email

svn_client_version

(PECL svn:0.1-0.2)

svn_client_version — Returns the version of the SVN client libraries

Popis

string svn_client_version ( void )

Returns the version of the SVN client libraries

Vrátené hodnoty

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

Poznámky

Warning

Táto funkcia je EXPERIMENTÁLNA. Správanie tejto funkcie, názov tejto funkcie a hocičo iné zdokumentované o tejto funkcii sa môže zmeniť bez povšimnutia v budúcom vydaní PHP. Používajte túto funkcii na svoje vlastné riziko.

Príklady

Example#1 Basic example

<?php
echo svn_client_version();
?>

Výstup horeuvedeného príkladu bude niečo podobné tomuto:

1.3.1