How can the line on which HTTP headers were sent inside a script be determined?
Using the headers_sent() function.
Using the output_start() function.
Using the ob_start() function.
Cannot be determined
Submit