| 
 | svn_catReturns the contents of a file in a repository Description
   string svn_cat(string  $repos_url, int$revision_no= ?)
   Returns the contents of the URL  Parameters
 
 Return Values
   Returns the string contents of the item from the repository on
   success, and  Examples
 Example #1 Basic example This example retrieves the contents of a file at revision 28: NotesWarning This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk. |