What will the following code print out?

What will the following code print out?

$str = ‘✔ one of the following’;

echo str_replace(‘&#l0004;’, ‘Check’, $str);
A . Check one of the following
B . one of the following
C . ✔ one of the following

Answer: A

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments