|
PHP5中文手册
headers_list(PHP 5) headers_list — Returns a list of response headers sent (or ready to send) 说明
array headers_list
( void
)
headers_list() will return a list of headers to be sent to the browser / client. To determine whether or not these headers have been sent yet, use headers_sent(). 返回值Returns a numerically indexed array of headers. 范例
Example#1 Examples using headers_list()
<?php 上例将输出:
|