drupal_get_headers

Definition

drupal_get_headers()
includes/common.inc, line 150

Description

Get the HTTP response headers for the current page.

Code

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

Drupal is a registered trademark of Dries Buytaert.