What will the following code print out? $str = '✔ one of the following'; echo str_replace('✔', 'Check', $str);
Select an option, then click Submit answer.
-
○
Check one of the following
-
○
one of the following
-
○
✔ one of the following