update : 2015.11.03
php.shukuma.com검색:
|
svn_export(PECL svn >= 0.3.0) svn_export — Export the contents of a SVN directory 설명
bool svn_export
( string
$frompath
, string $topath
[, bool $working_copy = true
[, int $revision_no = -1
]] )Export the contents of either a working copy or repository into a 'clean' directory. 인수
반환값
성공 시 예제
Example #1 svn_export() example
<?php |