Zend Related Exams
200-500 Exam
Assume that you are using PHP s session management without cookies and want to make sure that session information does not get lost when redirecting the client to another URL. Which of the following functions do you need to achieve that? (Choose 3)
What is the output of the following code?
echo 0x33, ' monkeys sit on ', 011, ' trees.';
What is the purpose of the open_basedir directive?