array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'tr', ), 'this' => array ( 0 => 'function.svn-client-version.php', 1 => 'svn_client_version', 2 => 'Returns the version of the SVN client libraries', ), 'up' => array ( 0 => 'ref.svn.php', 1 => 'SVN İşlevleri', ), 'prev' => array ( 0 => 'function.svn-cleanup.php', 1 => 'svn_cleanup', ), 'next' => array ( 0 => 'function.svn-commit.php', 1 => 'svn_commit', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/svn/functions/svn-client-version.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

svn_client_version

(PECL svn >= 0.1.0)

svn_client_versionReturns the version of the SVN client libraries

Açıklama

svn_client_version(): string

Returns the version of the SVN client libraries

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

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

Örnekler

Örnek 1 Basic example

<?php
echo svn_client_version();
?>

Yukarıdaki örnek şuna benzer bir çıktı üretir:

1.3.1

Notlar

Uyarı

Bu işlev DENEYSELDİR. Bu işlevin davranışı, ismi ve belgeleri PHP'nin sonraki sürümlerinde hiçbir duyuru yapılmaksızın değiştirilebilir. Bu risk göze alınamayacaksa bu işlev kullanılmamalıdır.