gpt4 book ai didi

php - 如何在运行 DOMDocument->loadHtmlFile 时限制超时?

转载 作者:行者123 更新时间:2023-11-28 00:08:59 26 4
gpt4 key购买 nike

我正在尝试从某个网站获取内容,但如果该网站已关闭,则需要很长时间才能打开(例如 1 分钟)。

$html = new DOMDocument();
@$html->loadHtmlFile('http://somewebsite.com');
$xpath = new DOMXPath($html);
$links = $xpath->query("//p[@class='result']");

如何让它在 5 秒后超时?

最佳答案

您可以使用 CURL对代码进行计时,如果远程调用时间过长则超时

以下 id 链接,您也可以在其中进行一些代码

Link to curl code

关于php - 如何在运行 DOMDocument->loadHtmlFile 时限制超时?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16601444/

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