Assuming UTF-8 encoding, what is the value of $count?$count = strlen($data);
Answer(s): C
What is the output of this code?$world = 'world';echo <<<'TEXT'hello $worldTEXT;
Given a php.ini setting ofdefault_charset = utf-8what will the following code print in the browser?header('Content-Type: text/html; charset=iso-8859-1');echo '✂✔✝';
Answer(s): A
What will the following code print out?$str = '✔ one of the following';echo str_replace('✔', 'Check', $str);
Post your Comments and Discuss Zend 200-550 exam with other Community members:
To protect our content from bots for real learners like you, we ask you to register for free. Sign in or sign up now to continue with the 200-550 material!