Zend-Technologies Zend Certified PHP Engineer - 200-550 FREE EXAM DUMPS QUESTIONS & ANSWERS

Assuming UTF-8 encoding, what is the value of $count?
$data = '$1A2'; $count = strlen($data);
Correct Answer: B Vote an answer
CORRECT TEXT
Which SPL class implements fixed-size storage?
Correct Answer:
SplFixedArray
Which php.ini setting is usually required to use an opcode cache?
Correct Answer: B Vote an answer
When using password_hash() with the PASSWORD_DEFAULT algorithm constant, which of the following is true? (Choose 2)
Correct Answer: A,D Vote an answer
How can you determine whether a PHP script has already sent cookies to the client?
Correct Answer: C Vote an answer
What is the result of the following code?
class T {
const A = 42 + 1; } echo T::A;
Correct Answer: C Vote an answer
You work for a shared hosting provider, and your supervisor asks you to disable user scripts to dynamically load PHP extensions using the dl() function. How can you do this? (Choose 2)
Correct Answer: B,C Vote an answer
Which of the following techniques ensures that a value submitted in a form can only be yes or no ?
Correct Answer: C Vote an answer
Given a JSON-encoded string, which code sample correctly indicates how to decode the string to native PHP values?
Correct Answer: D Vote an answer
Which of these statements about PDO is NOT true?
Correct Answer: A Vote an answer
0
0
0
10