Zend
200-550 · Question #45
200-550 Question #45: Real Exam Question with Answer & Explanation
The correct answer is A. Check one of the following. See the full explanation below for the reasoning.
Question
What will the following code print out? $str = '✔ one of the following'; echo str_replace('✔', 'Check', $str);
Options
- ACheck one of the following
- Bone of the following
- C✔ one of the following
Community Discussion
No community discussion yet for this question.