English [??n'l??k] US [??n'l??k]

vt.Unlock the link of...

3?? ??: unlinks ?? ??: unlinking ?? ??: unlinked ?? ??: unlinked

PHP ?? ??() ?? ???

??: ?? ??.

??: ??unlink(?? ??,????)

????:

ParametersDescription
?? ?? ?????. ??? ??? ?????.
context????. ?? ??? ??? ?????. ????? ???? ??? ???? ?? ?????.

??: ???? true? ????, ???? false? ?????.

PHP ?? ??() ?? ?

<?php
$file = "./test.txt";
if (!unlink($file))
{
    echo ($file."刪除失敗");
}
else
{
    echo ($file."刪除成功");
}
?>

???? ?? ?

??? ????? ??? "???? ??" ??? ?????