复制文件 php复制文件的语法
php复制文件的语法 [代码片段(4行)]
<?php // copyfile2.php if (!copy('testfile.txt', 'testfile2.txt')) echo "Could not copy file"; else echo "File successfully copied to 'testfile2.txt'"; ?>
精彩图集
精彩文章
<?php // copyfile2.php if (!copy('testfile.txt', 'testfile2.txt')) echo "Could not copy file"; else echo "File successfully copied to 'testfile2.txt'"; ?>
@CopyRight 2002-2008, 1SOHU.COM, Inc. All Rights Reserved QQ:1010969229