function getHeaders($url,$timeout=2) { $ch=curl_init(); curl_setopt($ch,CURLOPT_URL,$url); curl_setopt($ch,CURLOPT_HEADER,true); curl_setopt($ch,CURLOPT_NOBODY,true); curl_setopt($ch,CURLOPT_RETURNTRANSFER,true); curl_setopt($ch,CURLOPT_TIMEOUT,$timeout); $data=curl_exec($ch); curl_close($ch); if(empty($data)) return false; $headers=explode("\n",$data); foreach ($headers as $key=>$headerLine){ if(strlen($headerLine)>1){ if(strpos($headerLine,':')!==false) $headers[stristr($headerLine,':',true)]=trim(stristr($headerLine,':'),': '); }else{ unset($headers[$key]); } } return $headers; }
2. [代码]返回值 跳至 [1] [2] [全屏预览]
Array ( [0] => HTTP/1.1 200 OK [1] => Server: NWS_UGC_HY [2] => Connection: keep-alive [3] => Date: Tue, 14 Jun 2016 13:27:28 GMT [4] => Cache-Control: max-age=600 [5] => Expires: Tue, 14 Jun 2016 13:37:28 GMT [6] => Last-Modified: Sun, 03 Aug 2014 22:52:31 GMT [7] => Content-Type: application/octet-stream [8] => Content-Length: 102752 [9] => X-Cache-Lookup: Hit From Disktank [Server] => NWS_UGC_HY [Connection] => keep-alive [Date] => Tue, 14 Jun 2016 13:27:28 GMT [Cache-Control] => max-age=600 [Expires] => Tue, 14 Jun 2016 13:37:28 GMT [Last-Modified] => Sun, 03 Aug 2014 22:52:31 GMT [Content-Type] => application/octet-stream [Content-Length] => 102752 [X-Cache-Lookup] => Hit From Disktank )

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Dreamweaver Mac version
Visual web development tools

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Atom editor mac version download
The most popular open source editor

Notepad++7.3.1
Easy-to-use and free code editor
