PHP 8.3.4 Released!

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.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top