Ben başlığı almak için PHP bir sunucu Köprü Metni Aktarım Protokolü HEAD komutu göndermek ister, ama içeriği veya bir URL değil. Bu verimli bir şekilde nasıl yapabilirim?
The probably most common use-case is to check for dead web links. For this I only need the reply code of the HTTP request and not the page content.
Getting web pages in PHP can be done easily using file_get_contents("http://...")
, but for the purpose of checking links, this is really inefficient as it downloads the whole page content / image / whatever.