unlink php使用unlink删除文件
php使用unlink删除文件 [代码片段(4行)]
<?php // deletefile.php if (!unlink('testfile.txt')) echo "Could not delete file"; else echo "File 'testfile' successfully deleted"; ?>
精彩图集
精彩文章
<?php // deletefile.php if (!unlink('testfile.txt')) echo "Could not delete file"; else echo "File 'testfile' successfully deleted"; ?>
@CopyRight 2002-2008, 1SOHU.COM, Inc. All Rights Reserved QQ:1010969229