drupal_get_headers

Versions
4.6 – 6
drupal_get_headers()

Get the HTTP response headers for the current page.

Code

includes/common.inc, line 156

<?php
function drupal_get_headers() {
  return drupal_set_header();
}
?>
Login or register to post comments
 
 

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.