// 使用 copy()
$r = copy('test/3.html', '3.html');
if ($r) {
echo 'Success';
} else {
echo 'Fail';
}
顶一下
(0)
0%
踩一下
(0)
0%
- 相关评论
- 我要评论
-