作用:复制文件和目录。
语法: bool xcopy(string $src, string $dst[, bool $cover])
bool xcopy(string $src, string $dst[, bool $cover])
参数:
$src
$dst
$cover
ModPHP 2.0.2
false
返回值:
true
示例:
<?php var_dump(xcopy('test/', 'test1/'));