drupal_get_headers

Definition

drupal_get_headers()
includes/common.inc, line 149

Description

Get the HTTP response headers for the current page.

Code

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

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.