πŸ“Š PHP
Q. Which PHP function checks if headers are already sent?
  • (A) headers_sent()
  • (B) headers_exists()
  • (C) is_header_sent()
  • (D) header_status()
πŸ’¬ Discuss
βœ… Correct Answer: (A) headers_sent()

Explanation: headers_sent() checks if output has started.

Explanation by: Mr. Dubey
headers_sent() checks if output has started.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
32
Total Visits
πŸ“½οΈ
4 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
96%
Success Rate