Quick PHP question HTTP_ACCEPT...

When I call phpinfo(); to get a read out of all the Apache variables, the HTTP_ACCEPT variable supposedly holds all my HTTP Accept info like text/html, etc., but when I use the $HTTP_ACCEPT in a program like this:

echo $HTTP_ACCEPT;
I just get / as my accept type. Why? How can I get the complete list?