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
Last updated: Fri, 13 Nov 2009

view this page in

svn_client_version

(PECL svn >= 0.1.0)

svn_client_versionSVN クライアントライブラリのバージョンを返す

説明

string svn_client_version ( void )

SVN クライアントライブラリのバージョンを返します。

返り値

バージョン番号を表す文字列を返します。通常は x.y.z 形式となります。

注意

警告

この関数は、 実験的 なものです。この関数の動作・ 名前・その他ドキュメントに書かれている事項は、予告なく、将来的な PHP のリリースにおいて変更される可能性があります。 この関数は自己責任で使用してください。

例1 基本的な例

<?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.

svn_commit> <svn_cleanup
Last updated: Fri, 13 Nov 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites