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
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