Zend
200-550 · Question #42
Assuming UTF-8 encoding, what is the value of $count? $count = strlen($data);
The correct answer is C. 5. See the full explanation below for the reasoning.
Question
Assuming UTF-8 encoding, what is the value of $count? $count = strlen($data);
Options
- A0
- B4
- C5
- D7
How the community answered
(36 responses)- A14% (5)
- B3% (1)
- C78% (28)
- D6% (2)
Community Discussion
No community discussion yet for this question.