svn_client_version

(PECL svn >= 0.1.0)

svn_client_versionReturns the version of the SVN client libraries

说明

svn_client_version ( void ) : string

Returns the version of the SVN client libraries

返回值

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

注释

Warning

此函数是实验性的。此函数的表象,包括名称及其相关文档都可能在未来的 PHP 发布版本中未通知就被修改。使用本函数风险自担 。

范例

Example #1 Basic example

<?php
echo svn_client_version();
?>

以上例程的输出类似于:

1.3.1

相关文章
php ibm db2 函数 returns an object with properties that describe the db2 database clientphp maxdb 函数 returns the maxdb client version as a stringphp postgresql 函数 returns an array with client protocol and server version when available php sqlsrv 函数 returns information about the client and specified connectionphp svn 函数 returns the contents of a file in a repositoryphp svn 函数 returns the version of the svn client librariesphp svn 函数 abort a transaction returns true if everything is okay false otherwisephp svn 函数 creates and returns a stream that will be used to replacephp svn 函数 copies a file or a directory returns true if all is ok false otherwisephp svn 函数 enumerates the directory entries under path; returns a hash of dir names to file typephp svn 函数 creates a new empty directory returns true if all is ok false otherwisephp svn 函数 creates a new empty file returns true if all is ok false otherwisephp svn 函数 returns the revision in which path under fsroot was createdphp svn 函数 returns the value of a property for a nodephp svn 函数 creates and returns a transaction rootphp svn 函数 returns the number of the youngest revision in the filesystemphp svn 函数 returns the commit log messages of a repository urlphp svn 函数 returns list of directory contents in repository url optionally at revision numberphp svn 函数 commits a transaction and returns the new revisionphp svn 函数 returns the status of working copy files and directories
关注编程学问公众号