200-710 Exam Question 6
Please provide the value of the $code variable in the following statement to set an HTTP status code that
signifies that the requested resource was not found.
http_response_code($code);
signifies that the requested resource was not found.
http_response_code($code);
200-710 Exam Question 7
Given a php.ini setting of default_charset = utf-8
what will the following code print in the browser?
header('Content-Type: text/html; charset=iso-8859-1');
echo '✂✔✝';
what will the following code print in the browser?
header('Content-Type: text/html; charset=iso-8859-1');
echo '✂✔✝';
200-710 Exam Question 8
Which of the following statements are FALSE?
200-710 Exam Question 9
Which of these elements can be encapsulated by namespaces and made accessible from the outside?
200-710 Exam Question 10
Which PHP function sets a cookie and URL encodes its value when sending it to the browser?