drupal_get_headers
includes/common.inc, строка 149
- Версии
- 5 – 6
drupal_get_headers()
Get the HTTP response headers for the current page.
Код
<?php
function drupal_get_headers() {
return drupal_set_header();
}
?>
Войдите или зарегистрируйтесь, чтобы получить возможность отправлять комментарии