SVN
PHP Manual

svn_fs_copy

(PECL svn:0.2)

svn_fs_copy — Copies a file or a directory, returns true if all is ok, false otherwise

Description

bool svn_fs_copy ( resource $from_root , string $from_path , resource $to_root , string $to_path )
Warning

This function is currently not documented; only the argument list is available.

Copies a file or a directory, returns true if all is ok, false otherwise

Notes

Warning

This function is EXPERIMENTAL. The behaviour of this function, the name of this function, and anything else documented about this function may change without notice in a future release of PHP. Use this function at your own risk.


SVN
PHP Manual