How to print all HTTP headers with PHP

```php
    $v) if(ereg('HTTP_(.+)',$h,$hp)) echo "
  • $h = $v
  • \n"; header('Content-type: text/html'); ?>
```