Zend Related Exams
200-500 Exam
Which of the following did not result in an output error in PHP 4 but does in PHP 5?
After performing the following operations:
$a = array('a', 'b', 'c');
$a = array_keys(array_flip($a));
What will be the value of $a?
You want to present the following formatted number: "999.000.000,00". Which function call is correct?