drupal_get_headers()drupal/includes/common.inc, line 178
Get the HTTP response headers for the current page.
function drupal_get_headers() { return drupal_set_header(); }