Definition

drupal_get_headers()
drupal-4-6/includes/common.inc, line 107

Description

Get the HTTP response headers for the current page.

Code

function drupal_get_headers() {
  return drupal_set_header();
}