<?PHP $array = get_headers ( 'http://www.selfphp.de' ); print_r ( $array ); ?>
Array ( [0] => HTTP/1.1 200 OK [1] => Date: Sat, 10 Jul 2004 12:20:16 GMT [2] => Server: Apache/1.3.29 (Unix) [3] => X-Powered-By: PHP/4.3.6 [4] => Connection: close [5] => Content-Type: text/html )