svn_client_version
(PECL svn:0.1-0.2)
svn_client_version — Returns the version of the SVN client libraries
Opis
string svn_client_version
( void
)
Returns the version of the SVN client libraries
Zwracane wartości
String version number, usually in form of x.y.z.
Notatki
Ostrzeżenie
Ta funkcja jest w stadium EKSPERYMENTALNYM. Oznacza to, że zachowanie funkcji, jej nazwa, w zasadzie wszystko udokumentowane tutaj może zostać zmienione w przyszłych wersjach PHP bez wcześniejszego uprzedzenia. Używaj tej funkcji na własne ryzyko.
Przykłady
Example #1 Basic example
<?php
echo svn_client_version();
?>
Powyższy przykład wyświetli coś podobnego do:
1.3.1
svn_client_version
There are no user contributed notes for this page.
