πŸ“Š PHP
Q. Which PHP function sends raw HTTP headers?
  • (A) send_header()
  • (B) http_header()
  • (C) header()
  • (D) set_header()
πŸ’¬ Discuss
βœ… Correct Answer: (C) header()

Explanation: header() sends HTTP headers to the client.

Explanation by: Mr. Dubey
header() sends HTTP headers to the client.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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