gpt4 book ai didi

php - 如何获取unlink的错误结果

转载 作者:IT王子 更新时间:2023-10-29 00:03:44 25 4
gpt4 key购买 nike

如果对指定路径的 unlink() 调用返回 false,您如何找出失败的原因(即 EISDIR、ENOENT、ELOOP 等)?在 redhat linux 上运行的 PHP 5.x。

最佳答案

这是一种方法

unlink("/path/that/does/not/exist");
print_r(error_get_last());

Error handling了解更多详情

关于php - 如何获取unlink的错误结果,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2333027/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com