You want to present the following formatted number: "999.000.000,00". Which function call is correct?
What is the name of the PHP function used to automatically load non-yet defined classes?
Which of the following functions are used to escape data within the context of HTML?
(Choose 2)
Given the following array:
$a = array(28, 15, 77, 43);
Which function will remove the value 28 from $a?
What is the output of the following code?
$first = "second";
$second = "first";
echo $$$first;
What is the difference between isset() and other is_*() functions (is_alpha(), is_number(), etc.)?
When working with the MVC paradigma, the business logic should be implemented in which of the following components?
Which of the following is correct? (Choose 2)
1) A class can extend more than one class.
2) A class can implement more than one class.
3) A class can extend more than one interface.
4) A class can implement more than one interface.
5) An interface can extend more than one interface.
6) An interface can implement more than one interface.
Which of the following statements about PHP is true? (Choose 3)
a) A final class can be derived.
b) A final class may be instantiated.
c) A class with a final function may be derived.
d) Static functions can be final.
e) Properties can be final.
Which technique should be used to speed up joins without changing their results?
What function can reverse the order of values in an array without the loss of key information?
What function should be used to escape command line arguments that are passed to commands executed from PHP?
What is the output of the following code?
class test {
public $value = 0;
function test() {
$this->value = 1;
} function __construct() {
$this->value = 2;
}}
$object = new test();
echo $object->value;
The following form is loaded in a recent browser and submitted, with the second list element selected:
In the server-side PHP code to deal with the form data, what is the value of $_POST['list']?
How do you allow the caller to submit a variable number of arguments to a function?
Which of the following configuration directives increase the risk of remote code injection when enabled? (Choose 2)
What is the output of the following code?
1
2 $a = 'a'; $b = 'b';
3 echo isset($c) ? $a.$b.$c : ($c = 'c').'d';
4 ?>
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)
Zend Certification | 200-500 Questions Answers | 200-500 Test Prep | Zend PHP 5 Certification Questions PDF | 200-500 Online Exam | 200-500 Practice Test | 200-500 PDF | 200-500 Test Questions | 200-500 Study Material | 200-500 Exam Preparation | 200-500 Valid Dumps | 200-500 Real Questions | Zend Certification 200-500 Exam Questions