nerdexam
Zend

200-530 · Question #459

You want to send an HTTP cookie without URL encoding the cookie value. Which of the Following functions will you use?

The correct answer is C. setrawcookie(). See the full explanation below for the reasoning.

Question

You want to send an HTTP cookie without URL encoding the cookie value. Which of the Following functions will you use?

Options

  • Asetcookie()
  • Bheaders_sent()
  • Csetrawcookie()
  • Dheaders_list()

How the community answered

(53 responses)
  • A
    4% (2)
  • B
    13% (7)
  • C
    79% (42)
  • D
    4% (2)

Community Discussion

No community discussion yet for this question.

Full 200-530 Practice