看看一个网站,如果一个网站是关闭PHP

时间:2011-12-20 07:55:35

标签: php curl

  

可能重复:
  curl and ping - how to check whether a website is either up or down?
  Code for seeing if a website is down?
  Source code for downforeveryoneorjustme.com   

我怎样才能在php中创建一个允许用户提交URL的表单,然后找出他们正在尝试的网站是否已关闭?

我认为这会使用cURL,但我不确定。

你能提供一下如何做到这一点的源代码吗?

1 个答案:

答案 0 :(得分:0)

您可以使用curl然后阅读响应代码/标题以查看它们是否正确。示例代码在手册中:http://pl.php.net/manual/en/function.curl-getinfo.php