Zend
200-530 · Question #66
Given a php.ini setting of: default_charset = utf-8 What will the following code print in the browser?
The correct answer is C. A blank line due to charset mismatch. See the full explanation below for the reasoning.
Question
Given a php.ini setting of: default_charset = utf-8 What will the following code print in the browser?
Options
- AGarbled data
- B& # 9986 ; & # 10004 ; & # 10013 ;
- CA blank line due to charset mismatch
How the community answered
(19 responses)- A21% (4)
- B5% (1)
- C74% (14)
Community Discussion
No community discussion yet for this question.