Be aware that this is not an exact replacement for apache_response_headers(), because that will return an associative array, while this returns an array with a numerical index and the whole header-line in the value of it.
![]() | headers_list说明array headers_list ( void )headers_list() 将返回一个数字索引的数组,包含有向浏览器/客户端发送的标头。要判断标头是否已被发送,使用 headers_sent()。
![]()
Jimmy_worx
12-May-2005 07:44
Be aware that this is not an exact replacement for apache_response_headers(), because that will return an associative array, while this returns an array with a numerical index and the whole header-line in the value of it.
| ![]() |