Zend 200-550 Question Answer
What will the following code print out?
$str = '✔ one of the following';
echo str_replace('✔', 'Check', $str);
Zend 200-550 Question Answer
What will the following code print out?
$str = '✔ one of the following';
echo str_replace('✔', 'Check', $str);