Zend
200-710 · Question #68
QUESTION 71 Assuming UTF-8 encoding, what is the value of $count? $data = '♥1a2'; $count = strlen($data);
The correct answer is C. 5. See the full explanation below for the reasoning.
Question
QUESTION 71
Assuming UTF-8 encoding, what is the value of $count?
$data = '♥1a2';
$count = strlen($data);
Options
- A0
- B4
- C5
- D7
How the community answered
(21 responses)- A10% (2)
- B14% (3)
- C71% (15)
- D5% (1)
Community Discussion
No community discussion yet for this question.