nerdexam
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)
  • A
    10% (2)
  • B
    14% (3)
  • C
    71% (15)
  • D
    5% (1)

Community Discussion

No community discussion yet for this question.

Full 200-710 Practice