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();
}
?> drupal_get_headers()
includes/common.inc, line 149
Get the HTTP response headers for the current page.
<?php
function drupal_get_headers() {
return drupal_set_header();
}
?>