Zend PHP 5.3 Certification 200-530 Question # 56 Topic 6 Discussion

Zend PHP 5.3 Certification 200-530 Question # 56 Topic 6 Discussion

200-530 Exam Topic 6 Question 56 Discussion:
Question #: 56
Topic #: 6

What piece of code would you use to obtain an array of response headers for a given URL, indexed by their respective names?


A.

get_headers($url);


B.

get_header($url);


C.

stream_context_get_headers($url);


D.

get_headers($url, 1);


E.

get_headers($url, ASSOC_HEADERS);


Get Premium 200-530 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.