drupal_get_headers()
Get the HTTP response headers for the current page.
includes/common.inc, line 151
<?php function drupal_get_headers() { return drupal_set_header(); } ?>