National_Instruments
200-500 · Question #217
200-500 Question #217: Real Exam Question with Answer & Explanation
The correct answer is C. 2. See the full explanation below for the reasoning.
Question
1 <?php 2 setcookie('name1', 'value1', time() + 60*60*24, '/'); 3 setcookie('name1', 'value2'); 4 ?> The web browser is configured to accept all cookies. How many cookies will be set by this script?
Options
- A0
- B1
- C2
- D3
Community Discussion
No community discussion yet for this question.