Briefing Zend Knowledge

what condition may HTTP headers be set from PHP if there is content echoed prior to the header funct

Under what condition may HTTP headers be set from PHP if there is content echoed prior
to the header function being used?

A.
The client supports local buffering

B.
The webserver uses preemptive mode

C.
headers_sent() returns true

D.
Output buffering is enabled