Forum und email

svn_client_version

(PECL svn:0.1-0.2)

svn_client_version — Returns 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

Αυτή η συνάρτηση είναι ΔΟΚΙΜΑΣΤΙΚΗ. Η συμπεριφορά της, το όνομα της και οτιδήποτε άλλο είναι τεκμηριωμένο σχετικά με αυτή την συνάρτηση μπορεί να αλλάξει χωρίς ειδοποίηση σε μελλοντικές εκδόσεις της PHP. Χρησιμοποιήστε αυτή την συνάρτηση με δικό σας ρίσκο.

Παραδείγματα

Example#1 Basic example

<?php
echo svn_client_version();
?>

The above example will output something similar to:

1.3.1