Home > PHP > Function > SVN > svn_fs_file_contents()

svn_fs_file_contents()

svn_fs_file_contents - Returns a stream to access the contents of a file from a given version of the fs

Syntax

resource svn_fs_file_contents (resource $fsroot, string $path)

Arguments

  • fsroot - If TRUE, it will export uncommitted files from the working copy.
  • path - If TRUE, it will export uncommitted files from the working copy.

Description

Returns a stream to access the contents of a file from a given version of the fs

Version

PHP PECL svn >= 0.1.0

Return value