Zend Related Exams
200-500 Exam
After performing the following operations:
$a = array('a', 'b', 'c');
$a = array_keys(array_flip($a));
What will be the value of $a?
Which constant must be passed as the second argument to htmlentities() to convert single quotes (') to HTML entities?