|
svn_catReturns the contents of a file in a repository Beschreibung
string svn_cat
( string
$repos_url
[, int $revision_no
] )
Returns the contents of the URL Parameter-Liste
Rückgabewerte
Returns the string contents of the item from the repository on
success, and AnmerkungenWarnung
Diese Funktion ist EXPERIMENTELL. Das Verhalten, der Funktionsname und alles Andere, was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohne Ankündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion auf eigenes Risiko. Beispiele
Beispiel #1 Basic example This example retrieves the contents of a file at revision 28:
<?php |