Zend 200-550 - Zend Certified PHP Engineer
What is the return value of the following code: substr_compare("foobar", "bar", 3);
Which function can NOT help prevent cross-site scripting? (Choose 2)
You want to parse a URL into its single parts. Which function do you choose?
The constructs for(), foreach(), and each() can all be used to iterate an object if the object...
What will be the result of the following operation?
$a = array_merge([1,2,3] + [4=>1,5,6]);
echo $a[2];
Which of the following statements is NOT true?
Which of the following functions are used to escape data within the context of HTML? (Choose 2)
When a class is defined as final it:
What is the name of the key in $_FILES['name'] that contains the number of bytes of the uploaded file?
How can you determine whether a PHP script has already sent cookies to the client?