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 