Zend-Technologies Zend PHP 5.3 Certification - 200-530 FREE EXAM DUMPS QUESTIONS & ANSWERS
What is the length of a string returned by: md5(rand(), TRUE);
Correct Answer: E
Vote an answer
An HTML form has two buttons. After submitting the form, how could you determine with PHP which button was clicked?
Correct Answer: D
Vote an answer
A/hen comparing prepared statements and regular, application-constructed SQL statements, which of the following is true?
Correct Answer: C
Vote an answer
Type hinting in PHP allows the identification of the following variable types: (Choose 2)
Correct Answer: C,D
Vote an answer
What type of class definition can be used to define multiple inheritance?
Correct Answer: B
Vote an answer
An object can be counted with count() and sizeof() if it.....
Correct Answer: A
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
How can the constant defined below be accessed from within PHP?
class myClass { const FOO = 'BAR';
}
class myClass { const FOO = 'BAR';
}
Correct Answer: D
Vote an answer
What is the name of the method that can be used to provide read access to virtual properties in a class?
Correct Answer: E
Vote an answer
