php get_headers函数讲解及用法介绍
输出结果: Array ( [0] => HTTP/1.1 200 OK [1] => Date: Sat, 29 May 2004 12:28:13 GMT [2] => Server: Apache/1.3.27 (Unix) (Red-Hat/Linux) [3] => Last-Modified: Wed, 08 Jan 2003 23:11:55 GMT [4] => ETag: "3f80f-1b6-3e1cb03b" [5] => Accept-Ranges: bytes [6] => Content-Length: 438 [7] => Connection: close [8] => Content-Type: text/html ) Array ( [0] => HTTP/1.1 200 OK [Date] => Sat, 29 May 2004 12:28:14 GMT [Server] => Apache/1.3.27 (Unix) (Red-Hat/Linux) [Last-Modified] => Wed, 08 Jan 2003 23:11:55 GMT [ETag] => "3f80f-1b6-3e1cb03b" [Accept-Ranges] => bytes [Content-Length] => 438 [Connection] => close [Content-Type] => text/html ) 有时为了获取服务器端响应信息时,经常会用到get_headers()函数,建议大家多写些代码,实际测试下,以加深理解。 |
下一篇: php时间调用有关问题
推荐阅读
-
php get_headers函数讲解及用法介绍
-
PHP htmlspecialchars_decode()函数用法讲解
-
PHP hebrev()函数用法讲解
-
PHP header函数的详细用法介绍_PHP教程
-
php中mysql_real_escape_string()函数的用法介绍
-
PHP字符串比较函数strcmp()与strcasecmp()的用法介绍
-
php中substr()函数参数说明及用法实例_PHP
-
php get_magic_quotes_gpc()函数用法介绍
-
PHP基础用法讲解及phpinfo();演示
-
PHP 将数组打乱 shuffle函数的用法及简单实例,打乱shuffle