array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'it', ), '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 Funzioni', ), '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); ?>
(PECL svn >= 0.1.0)
svn_client_version — Returns the version of the SVN client libraries
Questa funzione non contiene parametri.
String version number, usually in form of x.y.z.
Example #1 Basic example
<?php
echo svn_client_version();
?>
Il precedente esempio visualizzerà qualcosa simile a:
1.3.1
Questa funzione è SPERIMENTALE. Ovvero, il comportamento di questa funzione, il nome di questa funzione, in definitiva tutto ciò che è documentato qui può cambiare nei futuri rilasci del PHP senza preavviso. Siete avvisati, l'uso di questa funzione è a vostro rischio.