function drupal_get_headers

Get the HTTP response headers for the current page.

1 call to drupal_get_headers()
page_set_cache in drupal-6.x/includes/common.inc
Store the current page in the cache.

Archivo

drupal-6.x/includes/common.inc, line 162
Common functions that many Drupal modules will need to reference.

Código

function drupal_get_headers() {
  return drupal_set_header();
}