(PECL svn:0.1-0.2)
svn_client_version — Returns the version of the SVN client libraries
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();
?>
The above example will output something similar to:
1.3.1