drupal_get_headers

  1. drupal
    1. 4.7
    2. 5
    3. 6 common.inc
Versions
4.7 – 6 drupal_get_headers()

Get the HTTP response headers for the current page.

Code

includes/common.inc, line 151

<?php
function drupal_get_headers() {
  return drupal_set_header();
}
?>