Briefing Zend Knowledge

which HTTP headers were sent inside a script be determined?

How can the line on which HTTP headers were sent inside a script be determined?

A.
Using the headers_sent() function.

B.
Using the output_start() function.

C.
Using the ob_start() function.

D.
Cannot be determined