Zend Certified PHP Engineer 200-550 Question # 64 Topic 7 Discussion

Zend Certified PHP Engineer 200-550 Question # 64 Topic 7 Discussion

200-550 Exam Topic 7 Question 64 Discussion:
Question #: 64
Topic #: 7

What will the following code print out?

$str = '✔ one of the following';

echo str_replace('✔', 'Check', $str);


A.

Check one of the following


B.

one of the following


C.

✔ one of the following


Get Premium 200-550 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.