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

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