πŸ“Š 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

πŸ‘οΈ
2
Total Visits
πŸ“½οΈ
1 d ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
84%
Success Rate