Under what condition may HTIP headers be set from PHP if there is content echoed prior to the header function being used?
A . headers_sent() returns true
B . Output buffering is enabled
C . The client supports local buffering
D . The webserver uses preemptive mode
Answer: B