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 theheaders_sent() function.

B.
Using theoutput_start() function.

C.
Using theob_start() function.

D.
Cannot be determined