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

search for in the

svn_commit> <svn_cleanup
[edit] Last updated: Fri, 18 Sep 2009

view this page in

svn_client_version

(PECL svn >= 0.1.0)

svn_client_versionReturns the version of the SVN client libraries

Описание

string svn_client_version ( void )

Returns the version of the SVN client libraries

Връщани стойности

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

Бележки

Предупреждение

Тази функция е ЕКСПЕРИМЕНТАЛНА. Поведението на функцията, името й, както и съпътстващата документация, могат да бъдат променени без предупреждение в бъдеща версия на PHP. Тази функция би трябвало да бъде използвана единствено на ваша собствена отговорност.

Примери

Example #1 Basic example

<?php
echo svn_client_version();
?>

Примерът по-горе ще изведе нещо подобно на:

1.3.1



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

 
show source | credits | stats | sitemap | contact | advertising | mirror sites