Zend Related Exams
200-500 Exam
You want to present the following formatted number: "999.000.000,00". Which function call is correct?
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 of the following did not result in an output error in PHP 4 but does in PHP 5?